Class: FetchWalletEntries
- Inherits:
-
Object
- Object
- FetchWalletEntries
- Defined in:
- lib/AfricasTalking/Payments.rb
Instance Attribute Summary collapse
-
#balance ⇒ Object
readonly
Returns the value of attribute balance.
-
#category ⇒ Object
readonly
Returns the value of attribute category.
-
#date ⇒ Object
readonly
Returns the value of attribute date.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#transactionData ⇒ Object
readonly
Returns the value of attribute transactionData.
-
#transactionId ⇒ Object
readonly
Returns the value of attribute transactionId.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(description_, balance_, date_, category_, value_, transactionId_, transactionData_) ⇒ FetchWalletEntries
constructor
A new instance of FetchWalletEntries.
Constructor Details
#initialize(description_, balance_, date_, category_, value_, transactionId_, transactionData_) ⇒ FetchWalletEntries
Returns a new instance of FetchWalletEntries.
600 601 602 603 604 605 606 607 608 |
# File 'lib/AfricasTalking/Payments.rb', line 600 def initialize description_, balance_, date_, category_, value_, transactionId_, transactionData_ @description = description_ @balance = balance_ @date = date_ @category = category_ @value = value_ @transactionId = transactionId_ @transactionData = transactionData_ end |
Instance Attribute Details
#balance ⇒ Object (readonly)
Returns the value of attribute balance.
599 600 601 |
# File 'lib/AfricasTalking/Payments.rb', line 599 def balance @balance end |
#category ⇒ Object (readonly)
Returns the value of attribute category.
599 600 601 |
# File 'lib/AfricasTalking/Payments.rb', line 599 def category @category end |
#date ⇒ Object (readonly)
Returns the value of attribute date.
599 600 601 |
# File 'lib/AfricasTalking/Payments.rb', line 599 def date @date end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
599 600 601 |
# File 'lib/AfricasTalking/Payments.rb', line 599 def description @description end |
#transactionData ⇒ Object (readonly)
Returns the value of attribute transactionData.
599 600 601 |
# File 'lib/AfricasTalking/Payments.rb', line 599 def transactionData @transactionData end |
#transactionId ⇒ Object (readonly)
Returns the value of attribute transactionId.
599 600 601 |
# File 'lib/AfricasTalking/Payments.rb', line 599 def transactionId @transactionId end |
#value ⇒ Object (readonly)
Returns the value of attribute value.
599 600 601 |
# File 'lib/AfricasTalking/Payments.rb', line 599 def value @value end |