Method: TalonOne::Environment.attribute_map
- Defined in:
- lib/talon_one/models/environment.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
39 40 41 42 43 44 45 46 47 48 49 |
# File 'lib/talon_one/models/environment.rb', line 39 def self.attribute_map { :'id' => :'id', :'created' => :'created', :'application_id' => :'applicationId', :'slots' => :'slots', :'functions' => :'functions', :'templates' => :'templates', :'variables' => :'variables' } end |