Method: UltracartClient::BrowserUserAgent.attribute_map
- Defined in:
- lib/ultracart_api/models/browser_user_agent.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
27 28 29 30 31 32 33 34 |
# File 'lib/ultracart_api/models/browser_user_agent.rb', line 27 def self.attribute_map { :'family' => :'family', :'major' => :'major', :'minor' => :'minor', :'patch' => :'patch' } end |