Class: Nuvemshop::Order::ClientDetails

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/nuvemshop/order/client_details.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

attr_accessor, attributes, #attributes, #pretty_print

Methods included from Extensions::MassAssignment

#initialize

Instance Attribute Details

#browser_ipString

The browser_ip of this object.

Returns:

  • (String)

    the current value of browser_ip



5
6
7
# File 'lib/nuvemshop/order/client_details.rb', line 5

def browser_ip
  @browser_ip
end

#user_agentString

The user_agent of this object.

Returns:

  • (String)

    the current value of user_agent



5
6
7
# File 'lib/nuvemshop/order/client_details.rb', line 5

def user_agent
  @user_agent
end