Class: FioAPI::Payments::Status
- Defined in:
- lib/base/payments/status.rb
Overview
Status class representing the Status entity
Instance Attribute Summary collapse
-
#error_code ⇒ Object
Returns the value of attribute error_code.
-
#error_message ⇒ Object
Returns the value of attribute error_message.
-
#id_instruction ⇒ Object
Returns the value of attribute id_instruction.
-
#sum_credit ⇒ Object
Returns the value of attribute sum_credit.
-
#sum_debet ⇒ Object
Returns the value of attribute sum_debet.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from FioAPI::Base
Instance Attribute Details
#error_code ⇒ Object
Returns the value of attribute error_code.
5 6 7 |
# File 'lib/base/payments/status.rb', line 5 def error_code @error_code end |
#error_message ⇒ Object
Returns the value of attribute error_message.
5 6 7 |
# File 'lib/base/payments/status.rb', line 5 def end |
#id_instruction ⇒ Object
Returns the value of attribute id_instruction.
5 6 7 |
# File 'lib/base/payments/status.rb', line 5 def id_instruction @id_instruction end |
#sum_credit ⇒ Object
Returns the value of attribute sum_credit.
5 6 7 |
# File 'lib/base/payments/status.rb', line 5 def sum_credit @sum_credit end |
#sum_debet ⇒ Object
Returns the value of attribute sum_debet.
5 6 7 |
# File 'lib/base/payments/status.rb', line 5 def sum_debet @sum_debet end |