Class: Ravelin::PreTransaction
- Inherits:
-
RavelinObject
- Object
- RavelinObject
- Ravelin::PreTransaction
- Defined in:
- lib/ravelin/pre_transaction.rb
Instance Attribute Summary collapse
-
#credit ⇒ Object
Returns the value of attribute credit.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#custom ⇒ Object
Returns the value of attribute custom.
-
#debit ⇒ Object
Returns the value of attribute debit.
-
#email ⇒ Object
Returns the value of attribute email.
-
#gateway ⇒ Object
Returns the value of attribute gateway.
-
#time ⇒ Object
Returns the value of attribute time.
-
#transaction_id ⇒ Object
Returns the value of attribute transaction_id.
-
#type ⇒ Object
Returns the value of attribute type.
Method Summary
Methods inherited from RavelinObject
attr_accessor, attr_required, #initialize, required_attributes, #serializable_hash, #validate
Constructor Details
This class inherits a constructor from Ravelin::RavelinObject
Instance Attribute Details
#credit ⇒ Object
Returns the value of attribute credit.
3 4 5 |
# File 'lib/ravelin/pre_transaction.rb', line 3 def credit @credit end |
#currency ⇒ Object
Returns the value of attribute currency.
3 4 5 |
# File 'lib/ravelin/pre_transaction.rb', line 3 def currency @currency end |
#custom ⇒ Object
Returns the value of attribute custom.
3 4 5 |
# File 'lib/ravelin/pre_transaction.rb', line 3 def custom @custom end |
#debit ⇒ Object
Returns the value of attribute debit.
3 4 5 |
# File 'lib/ravelin/pre_transaction.rb', line 3 def debit @debit end |
#email ⇒ Object
Returns the value of attribute email.
3 4 5 |
# File 'lib/ravelin/pre_transaction.rb', line 3 def email @email end |
#gateway ⇒ Object
Returns the value of attribute gateway.
3 4 5 |
# File 'lib/ravelin/pre_transaction.rb', line 3 def gateway @gateway end |
#time ⇒ Object
Returns the value of attribute time.
3 4 5 |
# File 'lib/ravelin/pre_transaction.rb', line 3 def time @time end |
#transaction_id ⇒ Object
Returns the value of attribute transaction_id.
3 4 5 |
# File 'lib/ravelin/pre_transaction.rb', line 3 def transaction_id @transaction_id end |
#type ⇒ Object
Returns the value of attribute type.
3 4 5 |
# File 'lib/ravelin/pre_transaction.rb', line 3 def type @type end |