Class: ApiBanking::SinglePayment::Result
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::SinglePayment::Result
- Defined in:
- lib/api_banking/json/singlePayment.rb
Instance Attribute Summary collapse
-
#errorCode ⇒ Object
Returns the value of attribute errorCode.
-
#errorDescription ⇒ Object
Returns the value of attribute errorDescription.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#errorCode ⇒ Object
Returns the value of attribute errorCode
13 14 15 |
# File 'lib/api_banking/json/singlePayment.rb', line 13 def errorCode @errorCode end |
#errorDescription ⇒ Object
Returns the value of attribute errorDescription
13 14 15 |
# File 'lib/api_banking/json/singlePayment.rb', line 13 def errorDescription @errorDescription end |
#status ⇒ Object
Returns the value of attribute status
13 14 15 |
# File 'lib/api_banking/json/singlePayment.rb', line 13 def status @status end |