Method: ArtikCloud::TokenInfo.attribute_map
- Defined in:
- lib/artikcloud/models/token_info.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
27 28 29 30 31 32 33 34 |
# File 'lib/artikcloud/models/token_info.rb', line 27 def self.attribute_map { :'client_id' => :'client_id', :'device_id' => :'device_id', :'expires_in' => :'expires_in', :'user_id' => :'user_id' } end |