Class: FetchTransactionsEntries
- Inherits:
-
Object
- Object
- FetchTransactionsEntries
- Defined in:
- lib/AfricasTalking/Payments.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
readonly
Returns the value of attribute category.
-
#creationTime ⇒ Object
readonly
Returns the value of attribute creationTime.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#destination ⇒ Object
readonly
Returns the value of attribute destination.
-
#destinationType ⇒ Object
readonly
Returns the value of attribute destinationType.
-
#productName ⇒ Object
readonly
Returns the value of attribute productName.
-
#provider ⇒ Object
readonly
Returns the value of attribute provider.
-
#providerChannel ⇒ Object
readonly
Returns the value of attribute providerChannel.
-
#providerMetadata ⇒ Object
readonly
Returns the value of attribute providerMetadata.
-
#requestMetadata ⇒ Object
readonly
Returns the value of attribute requestMetadata.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#sourceType ⇒ Object
readonly
Returns the value of attribute sourceType.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#transactionId ⇒ Object
readonly
Returns the value of attribute transactionId.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(sourceType_, source_, provider_, destinationType_, description_, providerChannel_, providerMetadata_, status_, productName_, category_, destination_, value_, transactionId_, creationTime_, requestMetadata_) ⇒ FetchTransactionsEntries
constructor
A new instance of FetchTransactionsEntries.
Constructor Details
#initialize(sourceType_, source_, provider_, destinationType_, description_, providerChannel_, providerMetadata_, status_, productName_, category_, destination_, value_, transactionId_, creationTime_, requestMetadata_) ⇒ FetchTransactionsEntries
Returns a new instance of FetchTransactionsEntries.
598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 |
# File 'lib/AfricasTalking/Payments.rb', line 598 def initialize sourceType_, source_, provider_, destinationType_, description_, providerChannel_, providerMetadata_, status_, productName_, category_, destination_, value_, transactionId_, creationTime_, requestMetadata_ @sourceType = sourceType_ @source = source_ @provider = provider_ @destinationType = destinationType_ @description = description_ @providerChannel = providerChannel_ @providerMetadata = providerMetadata_ @status = status_ @productName = productName_ @category = category_ @destination = destination_ @value = value_ @transactionId = transactionId_ @creationTime = creationTime_ @requestMetadata = requestMetadata_ end |
Instance Attribute Details
#category ⇒ Object (readonly)
Returns the value of attribute category.
595 596 597 |
# File 'lib/AfricasTalking/Payments.rb', line 595 def category @category end |
#creationTime ⇒ Object (readonly)
Returns the value of attribute creationTime.
595 596 597 |
# File 'lib/AfricasTalking/Payments.rb', line 595 def creationTime @creationTime end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
595 596 597 |
# File 'lib/AfricasTalking/Payments.rb', line 595 def description @description end |
#destination ⇒ Object (readonly)
Returns the value of attribute destination.
595 596 597 |
# File 'lib/AfricasTalking/Payments.rb', line 595 def destination @destination end |
#destinationType ⇒ Object (readonly)
Returns the value of attribute destinationType.
595 596 597 |
# File 'lib/AfricasTalking/Payments.rb', line 595 def destinationType @destinationType end |
#productName ⇒ Object (readonly)
Returns the value of attribute productName.
595 596 597 |
# File 'lib/AfricasTalking/Payments.rb', line 595 def productName @productName end |
#provider ⇒ Object (readonly)
Returns the value of attribute provider.
595 596 597 |
# File 'lib/AfricasTalking/Payments.rb', line 595 def provider @provider end |
#providerChannel ⇒ Object (readonly)
Returns the value of attribute providerChannel.
595 596 597 |
# File 'lib/AfricasTalking/Payments.rb', line 595 def providerChannel @providerChannel end |
#providerMetadata ⇒ Object (readonly)
Returns the value of attribute providerMetadata.
595 596 597 |
# File 'lib/AfricasTalking/Payments.rb', line 595 def providerMetadata @providerMetadata end |
#requestMetadata ⇒ Object (readonly)
Returns the value of attribute requestMetadata.
595 596 597 |
# File 'lib/AfricasTalking/Payments.rb', line 595 def requestMetadata @requestMetadata end |
#source ⇒ Object (readonly)
Returns the value of attribute source.
595 596 597 |
# File 'lib/AfricasTalking/Payments.rb', line 595 def source @source end |
#sourceType ⇒ Object (readonly)
Returns the value of attribute sourceType.
595 596 597 |
# File 'lib/AfricasTalking/Payments.rb', line 595 def sourceType @sourceType end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
595 596 597 |
# File 'lib/AfricasTalking/Payments.rb', line 595 def status @status end |
#transactionId ⇒ Object (readonly)
Returns the value of attribute transactionId.
595 596 597 |
# File 'lib/AfricasTalking/Payments.rb', line 595 def transactionId @transactionId end |
#value ⇒ Object (readonly)
Returns the value of attribute value.
595 596 597 |
# File 'lib/AfricasTalking/Payments.rb', line 595 def value @value end |