Method: ArtikCloud::DeviceToken.attribute_map
- Defined in:
- lib/artikcloud/models/device_token.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/device_token.rb', line 27 def self.attribute_map { :'access_token' => :'accessToken', :'uid' => :'uid', :'did' => :'did', :'cid' => :'cid' } end |