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.
645 646 647 648 649 650 651 652 653 |
# File 'lib/AfricasTalking/Payments.rb', line 645 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.
644 645 646 |
# File 'lib/AfricasTalking/Payments.rb', line 644 def balance @balance end |
#category ⇒ Object (readonly)
Returns the value of attribute category.
644 645 646 |
# File 'lib/AfricasTalking/Payments.rb', line 644 def category @category end |
#date ⇒ Object (readonly)
Returns the value of attribute date.
644 645 646 |
# File 'lib/AfricasTalking/Payments.rb', line 644 def date @date end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
644 645 646 |
# File 'lib/AfricasTalking/Payments.rb', line 644 def description @description end |
#transactionData ⇒ Object (readonly)
Returns the value of attribute transactionData.
644 645 646 |
# File 'lib/AfricasTalking/Payments.rb', line 644 def transactionData @transactionData end |
#transactionId ⇒ Object (readonly)
Returns the value of attribute transactionId.
644 645 646 |
# File 'lib/AfricasTalking/Payments.rb', line 644 def transactionId @transactionId end |
#value ⇒ Object (readonly)
Returns the value of attribute value.
644 645 646 |
# File 'lib/AfricasTalking/Payments.rb', line 644 def value @value end |