Method: TripletexRubyClient::ApiConsumer.attribute_map
- Defined in:
- lib/tripletex_ruby_client/models/api_consumer.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
28 29 30 31 32 33 34 35 36 37 |
# File 'lib/tripletex_ruby_client/models/api_consumer.rb', line 28 def self.attribute_map { :'id' => :'id', :'version' => :'version', :'changes' => :'changes', :'url' => :'url', :'consumer_name' => :'consumerName', :'emails' => :'emails' } end |