Class: SecureTrading::Objects::TDSResponse
- Inherits:
-
DataObject
- Object
- DataObject
- SecureTrading::Objects::TDSResponse
- Defined in:
- lib/secure_trading/objects/tds_response.rb
Instance Attribute Summary collapse
-
#enrolled ⇒ Object
Returns the value of attribute enrolled.
-
#md ⇒ Object
Returns the value of attribute md.
-
#pa_res ⇒ Object
Returns the value of attribute pa_res.
Instance Method Summary collapse
Methods inherited from DataObject
Constructor Details
This class inherits a constructor from SecureTrading::DataObject
Instance Attribute Details
#enrolled ⇒ Object
Returns the value of attribute enrolled.
5 6 7 |
# File 'lib/secure_trading/objects/tds_response.rb', line 5 def enrolled @enrolled end |
#md ⇒ Object
Returns the value of attribute md.
5 6 7 |
# File 'lib/secure_trading/objects/tds_response.rb', line 5 def md @md end |
#pa_res ⇒ Object
Returns the value of attribute pa_res.
5 6 7 |
# File 'lib/secure_trading/objects/tds_response.rb', line 5 def pa_res @pa_res end |
Instance Method Details
#to_hash ⇒ Object
7 8 9 10 11 12 13 |
# File 'lib/secure_trading/objects/tds_response.rb', line 7 def to_hash { 'Enrolled' => self.enrolled, 'PaRes' => self.pa_res, 'MD' => self.md } end |