fog--fog/lib/fog/digitalocean/models/compute_v2
JJ Asghar 72dba00346 Standardize the `:state` alias to `:status`
It seems that every other plugin expect `:state` for instance, https://github.com/fog/fog/blob/master/lib/fog/openstack/models/compute/server.rb#L34. DO needs to have the alias of `:state` to `:status` to help some down stream usage. 

Consistancy is the key to happiness :)
2016-02-16 15:03:55 -06:00
..
flavor.rb support DigitalOcean v2 compute API 2015-09-23 14:30:00 -04:00
flavors.rb Adds documentation for new V2 methods 2015-10-20 02:34:07 +01:00
image.rb Adds #transfer and #convert methods to image 2015-10-20 02:51:59 +01:00
images.rb Added filtering capabilities to images request. 2016-01-01 21:31:48 -04:00
region.rb support DigitalOcean v2 compute API 2015-09-23 14:30:00 -04:00
regions.rb Added filtering capabilities to regions request. 2016-01-15 06:14:33 -06:00
server.rb Standardize the `:state` alias to `:status` 2016-02-16 15:03:55 -06:00
servers.rb Merge pull request #3822 from rroa/bugfix/do_servers_filters 2016-01-25 13:44:36 -06:00
ssh_key.rb Fix DigitalOceanV2::SshKey misplaced #save, #destroy and #update methods 2015-11-23 12:17:10 +01:00
ssh_keys.rb Adds documentation for new V2 methods 2015-10-20 02:34:07 +01:00