Class: TransactionData
- Inherits:
-
Object
- Object
- TransactionData
- Defined in:
- lib/AfricasTalking/Mobiledata.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.
-
#providerRefId ⇒ Object
readonly
Returns the value of attribute providerRefId.
-
#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.
-
#transactionDate ⇒ Object
readonly
Returns the value of attribute transactionDate.
-
#transactionId ⇒ Object
readonly
Returns the value of attribute transactionId.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(requestMetadata_, sourceType_, source_, provider_, destinationType_, description_, providerChannel_, providerRefId_, providerMetadata_, status_, productName_, category_, transactionDate_, destination_, value_, transactionId_, creationTime_) ⇒ TransactionData
constructor
A new instance of TransactionData.
Constructor Details
#initialize(requestMetadata_, sourceType_, source_, provider_, destinationType_, description_, providerChannel_, providerRefId_, providerMetadata_, status_, productName_, category_, transactionDate_, destination_, value_, transactionId_, creationTime_) ⇒ TransactionData
Returns a new instance of TransactionData.
140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 |
# File 'lib/AfricasTalking/Mobiledata.rb', line 140 def initialize requestMetadata_, sourceType_, source_, provider_, destinationType_, description_, providerChannel_, providerRefId_, providerMetadata_, status_, productName_, category_, transactionDate_, destination_, value_, transactionId_, creationTime_ @requestMetadata =requestMetadata_ @sourceType = sourceType_ @source = source_ @provider = provider_ @destinationType = destinationType_ @description = description_ @providerChannel = providerChannel_ @providerRefId = providerRefId_ @providerMetadata = providerMetadata_ @status = status_ @productName = productName_ @category = category_ @transactionDate = transactionDate_ @destination = destination_ @value = value_ @transactionId = transactionId_ @creationTime = creationTime_ end |
Instance Attribute Details
#category ⇒ Object (readonly)
Returns the value of attribute category.
139 140 141 |
# File 'lib/AfricasTalking/Mobiledata.rb', line 139 def category @category end |
#creationTime ⇒ Object (readonly)
Returns the value of attribute creationTime.
139 140 141 |
# File 'lib/AfricasTalking/Mobiledata.rb', line 139 def creationTime @creationTime end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
139 140 141 |
# File 'lib/AfricasTalking/Mobiledata.rb', line 139 def description @description end |
#destination ⇒ Object (readonly)
Returns the value of attribute destination.
139 140 141 |
# File 'lib/AfricasTalking/Mobiledata.rb', line 139 def destination @destination end |
#destinationType ⇒ Object (readonly)
Returns the value of attribute destinationType.
139 140 141 |
# File 'lib/AfricasTalking/Mobiledata.rb', line 139 def destinationType @destinationType end |
#productName ⇒ Object (readonly)
Returns the value of attribute productName.
139 140 141 |
# File 'lib/AfricasTalking/Mobiledata.rb', line 139 def productName @productName end |
#provider ⇒ Object (readonly)
Returns the value of attribute provider.
139 140 141 |
# File 'lib/AfricasTalking/Mobiledata.rb', line 139 def provider @provider end |
#providerChannel ⇒ Object (readonly)
Returns the value of attribute providerChannel.
139 140 141 |
# File 'lib/AfricasTalking/Mobiledata.rb', line 139 def providerChannel @providerChannel end |
#providerMetadata ⇒ Object (readonly)
Returns the value of attribute providerMetadata.
139 140 141 |
# File 'lib/AfricasTalking/Mobiledata.rb', line 139 def providerMetadata @providerMetadata end |
#providerRefId ⇒ Object (readonly)
Returns the value of attribute providerRefId.
139 140 141 |
# File 'lib/AfricasTalking/Mobiledata.rb', line 139 def providerRefId @providerRefId end |
#requestMetadata ⇒ Object (readonly)
Returns the value of attribute requestMetadata.
139 140 141 |
# File 'lib/AfricasTalking/Mobiledata.rb', line 139 def requestMetadata @requestMetadata end |
#source ⇒ Object (readonly)
Returns the value of attribute source.
139 140 141 |
# File 'lib/AfricasTalking/Mobiledata.rb', line 139 def source @source end |
#sourceType ⇒ Object (readonly)
Returns the value of attribute sourceType.
139 140 141 |
# File 'lib/AfricasTalking/Mobiledata.rb', line 139 def sourceType @sourceType end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
139 140 141 |
# File 'lib/AfricasTalking/Mobiledata.rb', line 139 def status @status end |
#transactionDate ⇒ Object (readonly)
Returns the value of attribute transactionDate.
139 140 141 |
# File 'lib/AfricasTalking/Mobiledata.rb', line 139 def transactionDate @transactionDate end |
#transactionId ⇒ Object (readonly)
Returns the value of attribute transactionId.
139 140 141 |
# File 'lib/AfricasTalking/Mobiledata.rb', line 139 def transactionId @transactionId end |
#value ⇒ Object (readonly)
Returns the value of attribute value.
139 140 141 |
# File 'lib/AfricasTalking/Mobiledata.rb', line 139 def value @value end |