class FlexiScale::Disk
Public Instance Methods
to_handy_hash()
click to toggle source
# File lib/api/Flexiscale APIAddons.rb, line 50 def to_handy_hash ::FlexiScale::attrs_to_hash(self, :capacity, :locked, :package_id, :server_id, :usage).merge( :fxs_id => self.disk_id, :name => self.disk_name ) end