Class: FioAPI::Payments::Status

Inherits:
Base
  • Object
show all
Defined in:
lib/base/payments/status.rb

Overview

Status class representing the Status entity

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from FioAPI::Base

Instance Attribute Details

#error_codeObject

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_messageObject

Returns the value of attribute error_message.



5
6
7
# File 'lib/base/payments/status.rb', line 5

def error_message
  @error_message
end

#id_instructionObject

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_creditObject

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_debetObject

Returns the value of attribute sum_debet.



5
6
7
# File 'lib/base/payments/status.rb', line 5

def sum_debet
  @sum_debet
end