Class: SecureTrading::Objects::UserAgent

Inherits:
DataObject
  • Object
show all
Defined in:
lib/secure_trading/objects/user_agent.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from DataObject

#initialize, #to_xml

Constructor Details

This class inherits a constructor from SecureTrading::DataObject

Instance Attribute Details

#accept_headerObject

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_agentObject

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