Class: SecureTrading::Objects::UserAgent
- Inherits:
-
DataObject
- Object
- DataObject
- SecureTrading::Objects::UserAgent
- Defined in:
- lib/secure_trading/objects/user_agent.rb
Instance Attribute Summary collapse
-
#accept_header ⇒ Object
Returns the value of attribute accept_header.
-
#user_agent ⇒ Object
Returns the value of attribute user_agent.
Method Summary
Methods inherited from DataObject
Constructor Details
This class inherits a constructor from SecureTrading::DataObject
Instance Attribute Details
#accept_header ⇒ Object
Returns the value of attribute accept_header.
5 6 7 |
# File 'lib/secure_trading/objects/user_agent.rb', line 5 def accept_header @accept_header end |
#user_agent ⇒ Object
Returns the value of attribute user_agent.
5 6 7 |
# File 'lib/secure_trading/objects/user_agent.rb', line 5 def user_agent @user_agent end |