Class: Ravelin::PreTransaction

Inherits:
RavelinObject show all
Defined in:
lib/ravelin/pre_transaction.rb

Instance Attribute Summary collapse

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

#creditObject

Returns the value of attribute credit.



3
4
5
# File 'lib/ravelin/pre_transaction.rb', line 3

def credit
  @credit
end

#currencyObject

Returns the value of attribute currency.



3
4
5
# File 'lib/ravelin/pre_transaction.rb', line 3

def currency
  @currency
end

#customObject

Returns the value of attribute custom.



3
4
5
# File 'lib/ravelin/pre_transaction.rb', line 3

def custom
  @custom
end

#debitObject

Returns the value of attribute debit.



3
4
5
# File 'lib/ravelin/pre_transaction.rb', line 3

def debit
  @debit
end

#emailObject

Returns the value of attribute email.



3
4
5
# File 'lib/ravelin/pre_transaction.rb', line 3

def email
  @email
end

#gatewayObject

Returns the value of attribute gateway.



3
4
5
# File 'lib/ravelin/pre_transaction.rb', line 3

def gateway
  @gateway
end

#timeObject

Returns the value of attribute time.



3
4
5
# File 'lib/ravelin/pre_transaction.rb', line 3

def time
  @time
end

#transaction_idObject

Returns the value of attribute transaction_id.



3
4
5
# File 'lib/ravelin/pre_transaction.rb', line 3

def transaction_id
  @transaction_id
end

#typeObject

Returns the value of attribute type.



3
4
5
# File 'lib/ravelin/pre_transaction.rb', line 3

def type
  @type
end