Class: Nuvemshop::Order::ClientDetails
- Defined in:
- lib/nuvemshop/order/client_details.rb
Instance Attribute Summary collapse
-
#browser_ip ⇒ String
The browser_ip of this object.
-
#user_agent ⇒ String
The user_agent of this object.
Method Summary
Methods inherited from BaseModel
attr_accessor, attributes, #attributes, #pretty_print
Methods included from Extensions::MassAssignment
Instance Attribute Details
#browser_ip ⇒ String
The browser_ip of this object.
5 6 7 |
# File 'lib/nuvemshop/order/client_details.rb', line 5 def browser_ip @browser_ip end |
#user_agent ⇒ String
The user_agent of this object.
5 6 7 |
# File 'lib/nuvemshop/order/client_details.rb', line 5 def user_agent @user_agent end |