Method: TalonOne::Event.attribute_map
- Defined in:
- lib/talon_one/models/event.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 |
# File 'lib/talon_one/models/event.rb', line 50 def self.attribute_map { :'id' => :'id', :'created' => :'created', :'application_id' => :'applicationId', :'profile_id' => :'profileId', :'store_integration_id' => :'storeIntegrationId', :'type' => :'type', :'attributes' => :'attributes', :'session_id' => :'sessionId', :'effects' => :'effects', :'ledger_entries' => :'ledgerEntries', :'meta' => :'meta' } end |