Method: UltracartClient::HitSessionStart.attribute_map
- Defined in:
- lib/ultracart_api/models/hit_session_start.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
# File 'lib/ultracart_api/models/hit_session_start.rb', line 53 def self.attribute_map { :'bot' => :'bot', :'bounce' => :'bounce', :'channel' => :'channel', :'device_switch_detected' => :'device_switch_detected', :'fake_bot' => :'fake_bot', :'geolocation_country' => :'geolocation_country', :'geolocation_latitude' => :'geolocation_latitude', :'geolocation_longitude' => :'geolocation_longitude', :'geolocation_province' => :'geolocation_province', :'no_cookie_support' => :'no_cookie_support', :'prefetch' => :'prefetch', :'referrer' => :'referrer', :'screen_height' => :'screen_height', :'screen_width' => :'screen_width', :'time_on_site' => :'time_on_Site', :'user_agent' => :'user_agent', :'user_ip' => :'user_ip' } end |