Method: KatapultAPI::DiskInstallationAttribute.attribute_map
- Defined in:
- lib/katapult-ruby/models/disk_installation_attribute.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
29 30 31 32 33 34 35 36 37 |
# File 'lib/katapult-ruby/models/disk_installation_attribute.rb', line 29 def self.attribute_map { :'key' => :'key', :'label' => :'label', :'value' => :'value', :'description' => :'description', :'protect' => :'protect' } end |