Method: UltracartClient::BrowserUserAgent.openapi_types

Defined in:
lib/ultracart_api/models/browser_user_agent.rb

.openapi_typesObject

Attribute type mapping.



42
43
44
45
46
47
48
49
# File 'lib/ultracart_api/models/browser_user_agent.rb', line 42

def self.openapi_types
  {
    :'family' => :'String',
    :'major' => :'String',
    :'minor' => :'String',
    :'patch' => :'String'
  }
end