digitalocean / digitalocean/droplet_kit
Unexpected return of Droplet.create
- Dominant language
- Ruby
- Stars
- 521
- Forks
- 151
- PR merge metrics
- No merged PRs in 30d
Description
According to Documentation
```
created = client.droplets.create(droplet)
# => DropletKit::Droplet(id: 1231, name: 'something.com', ...)
```
actuall i get only a temp object
```
"PROXY", :@region=>"nyc2", :@name=>"New York 2", :@sizes=>["1gb", "2gb", "4gb", "8gb", "32gb", "64gb", "512mb", "48gb", "16gb"], :@available=>true, :@features=>["private_networking", "backups", "ipv6", "metadata"]}>, :@image=>17150032, :@name=>"proxy", :@distribution=>"Ubuntu", :@slug=>nil, :@public=>false, :@regions=>["nyc2"], :@type=>"snapshot"}>, :@size=>"512mb", :@ssh_keys=>[1264198], :@id=>14676199, :@memory=>512, :@vcpus=>1, :@disk=>20, :@locked=>true, :@created_at=>"2016-05-04T16:46:35Z", :@status=>"new", :@backup_ids=>[], :@snapshot_ids=>[], :@action_ids=>nil, :@features=>["virtio"], :@networks=>#, :@kernel=>nil, :@size_slug=>"512mb", :@tags=>[], :@names=>nil, :@backups=>nil, :@ipv6=>nil, :@user_data=>nil, :@private_networking=>nil}
```
that means i have no id nor IP
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.