Method: Falcon::FalconxEntity.attribute_map
- Defined in:
- lib/crimson-falcon/models/falconx_entity.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
44 45 46 47 48 49 50 51 |
# File 'lib/crimson-falcon/models/falconx_entity.rb', line 44 def self.attribute_map { :'id' => :'id', :'name' => :'name', :'slug' => :'slug', :'value' => :'value' } end |