Class: FioAPI::Transaction
Overview
Transaction class representing the Transaction entity
Instance Attribute Summary collapse
-
#account ⇒ Object
Returns the value of attribute account.
-
#account_name ⇒ Object
Returns the value of attribute account_name.
-
#action_id ⇒ Object
Returns the value of attribute action_id.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#bank_code ⇒ Object
Returns the value of attribute bank_code.
-
#bank_name ⇒ Object
Returns the value of attribute bank_name.
-
#bic ⇒ Object
Returns the value of attribute bic.
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#date ⇒ Object
Returns the value of attribute date.
-
#detail_info ⇒ Object
Returns the value of attribute detail_info.
-
#ks ⇒ Object
Returns the value of attribute ks.
-
#message_for_recipient ⇒ Object
Returns the value of attribute message_for_recipient.
-
#sender ⇒ Object
Returns the value of attribute sender.
-
#ss ⇒ Object
Returns the value of attribute ss.
-
#transaction_id ⇒ Object
Returns the value of attribute transaction_id.
-
#transaction_type ⇒ Object
Returns the value of attribute transaction_type.
-
#user_identification ⇒ Object
Returns the value of attribute user_identification.
-
#vs ⇒ Object
Returns the value of attribute vs.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from FioAPI::Base
Instance Attribute Details
#account ⇒ Object
Returns the value of attribute account.
4 5 6 |
# File 'lib/base/transaction.rb', line 4 def account @account end |
#account_name ⇒ Object
Returns the value of attribute account_name.
4 5 6 |
# File 'lib/base/transaction.rb', line 4 def account_name @account_name end |
#action_id ⇒ Object
Returns the value of attribute action_id.
4 5 6 |
# File 'lib/base/transaction.rb', line 4 def action_id @action_id end |
#amount ⇒ Object
Returns the value of attribute amount.
4 5 6 |
# File 'lib/base/transaction.rb', line 4 def amount @amount end |
#bank_code ⇒ Object
Returns the value of attribute bank_code.
4 5 6 |
# File 'lib/base/transaction.rb', line 4 def bank_code @bank_code end |
#bank_name ⇒ Object
Returns the value of attribute bank_name.
4 5 6 |
# File 'lib/base/transaction.rb', line 4 def bank_name @bank_name end |
#bic ⇒ Object
Returns the value of attribute bic.
4 5 6 |
# File 'lib/base/transaction.rb', line 4 def bic @bic end |
#comment ⇒ Object
Returns the value of attribute comment.
4 5 6 |
# File 'lib/base/transaction.rb', line 4 def comment @comment end |
#currency ⇒ Object
Returns the value of attribute currency.
4 5 6 |
# File 'lib/base/transaction.rb', line 4 def currency @currency end |
#date ⇒ Object
Returns the value of attribute date.
4 5 6 |
# File 'lib/base/transaction.rb', line 4 def date @date end |
#detail_info ⇒ Object
Returns the value of attribute detail_info.
4 5 6 |
# File 'lib/base/transaction.rb', line 4 def detail_info @detail_info end |
#ks ⇒ Object
Returns the value of attribute ks.
4 5 6 |
# File 'lib/base/transaction.rb', line 4 def ks @ks end |
#message_for_recipient ⇒ Object
Returns the value of attribute message_for_recipient.
4 5 6 |
# File 'lib/base/transaction.rb', line 4 def end |
#sender ⇒ Object
Returns the value of attribute sender.
4 5 6 |
# File 'lib/base/transaction.rb', line 4 def sender @sender end |
#ss ⇒ Object
Returns the value of attribute ss.
4 5 6 |
# File 'lib/base/transaction.rb', line 4 def ss @ss end |
#transaction_id ⇒ Object
Returns the value of attribute transaction_id.
4 5 6 |
# File 'lib/base/transaction.rb', line 4 def transaction_id @transaction_id end |
#transaction_type ⇒ Object
Returns the value of attribute transaction_type.
4 5 6 |
# File 'lib/base/transaction.rb', line 4 def transaction_type @transaction_type end |
#user_identification ⇒ Object
Returns the value of attribute user_identification.
4 5 6 |
# File 'lib/base/transaction.rb', line 4 def user_identification @user_identification end |
#vs ⇒ Object
Returns the value of attribute vs.
4 5 6 |
# File 'lib/base/transaction.rb', line 4 def vs @vs end |