Method: Falcon::DomainInitResponse.attribute_map

Defined in:
lib/crimson-falcon/models/domain_init_response.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



50
51
52
53
54
55
56
57
58
59
60
# File 'lib/crimson-falcon/models/domain_init_response.rb', line 50

def self.attribute_map
  {
    :'created_at' => :'created_at',
    :'existing_aid_sessions' => :'existing_aid_sessions',
    :'offline_queued' => :'offline_queued',
    :'previous_commands' => :'previous_commands',
    :'pwd' => :'pwd',
    :'scripts' => :'scripts',
    :'session_id' => :'session_id'
  }
end