Class: Monetra::Transaction::Token::Response

Inherits:
Object
  • Object
show all
Defined in:
lib/monetra/transaction/token.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ Response

Returns a new instance of Response.



19
20
21
22
23
# File 'lib/monetra/transaction/token.rb', line 19

def initialize(attributes={})
  attributes.each do |att, val|
    self.__send__("#{att}=", val) if self.respond_to?("#{att}=")
  end
end

Instance Attribute Details

#abarouteObject

Returns the value of attribute abaroute.



17
18
19
# File 'lib/monetra/transaction/token.rb', line 17

def abaroute
  @abaroute
end

#accountObject

Returns the value of attribute account.



16
17
18
# File 'lib/monetra/transaction/token.rb', line 16

def 
  @account
end

#activeObject

Returns the value of attribute active.



16
17
18
# File 'lib/monetra/transaction/token.rb', line 16

def active
  @active
end

#amountObject

Returns the value of attribute amount.



16
17
18
# File 'lib/monetra/transaction/token.rb', line 16

def amount
  @amount
end

#bdateObject

Returns the value of attribute bdate.



16
17
18
# File 'lib/monetra/transaction/token.rb', line 16

def bdate
  @bdate
end

#cardholdernameObject

Returns the value of attribute cardholdername.



16
17
18
# File 'lib/monetra/transaction/token.rb', line 16

def cardholdername
  @cardholdername
end

#cardtypeObject

Returns the value of attribute cardtype.



16
17
18
# File 'lib/monetra/transaction/token.rb', line 16

def cardtype
  @cardtype
end

#clientrefObject

Returns the value of attribute clientref.



16
17
18
# File 'lib/monetra/transaction/token.rb', line 16

def clientref
  @clientref
end

#codeObject

Returns the value of attribute code.



15
16
17
# File 'lib/monetra/transaction/token.rb', line 15

def code
  @code
end

#datablockObject

Returns the value of attribute datablock.



17
18
19
# File 'lib/monetra/transaction/token.rb', line 17

def datablock
  @datablock
end

#descrObject

Returns the value of attribute descr.



16
17
18
# File 'lib/monetra/transaction/token.rb', line 16

def descr
  @descr
end

#edateObject

Returns the value of attribute edate.



16
17
18
# File 'lib/monetra/transaction/token.rb', line 16

def edate
  @edate
end

#expdateObject

Returns the value of attribute expdate.



16
17
18
# File 'lib/monetra/transaction/token.rb', line 16

def expdate
  @expdate
end

#frequencyObject

Returns the value of attribute frequency.



16
17
18
# File 'lib/monetra/transaction/token.rb', line 16

def frequency
  @frequency
end

#installment_numObject

Returns the value of attribute installment_num.



16
17
18
# File 'lib/monetra/transaction/token.rb', line 16

def installment_num
  @installment_num
end

#installment_totalObject

Returns the value of attribute installment_total.



16
17
18
# File 'lib/monetra/transaction/token.rb', line 16

def installment_total
  @installment_total
end

#last_run_dateObject

Returns the value of attribute last_run_date.



17
18
19
# File 'lib/monetra/transaction/token.rb', line 17

def last_run_date
  @last_run_date
end

#last_run_idObject

Returns the value of attribute last_run_id.



17
18
19
# File 'lib/monetra/transaction/token.rb', line 17

def last_run_id
  @last_run_id
end

#last_success_dateObject

Returns the value of attribute last_success_date.



17
18
19
# File 'lib/monetra/transaction/token.rb', line 17

def last_success_date
  @last_success_date
end

#next_run_amountObject

Returns the value of attribute next_run_amount.



17
18
19
# File 'lib/monetra/transaction/token.rb', line 17

def next_run_amount
  @next_run_amount
end

#next_run_dateObject

Returns the value of attribute next_run_date.



17
18
19
# File 'lib/monetra/transaction/token.rb', line 17

def next_run_date
  @next_run_date
end

#streetObject

Returns the value of attribute street.



16
17
18
# File 'lib/monetra/transaction/token.rb', line 16

def street
  @street
end

#tokenObject

Returns the value of attribute token.



15
16
17
# File 'lib/monetra/transaction/token.rb', line 15

def token
  @token
end

#typeObject

Returns the value of attribute type.



16
17
18
# File 'lib/monetra/transaction/token.rb', line 16

def type
  @type
end

#verbiageObject

Returns the value of attribute verbiage.



15
16
17
# File 'lib/monetra/transaction/token.rb', line 15

def verbiage
  @verbiage
end

#zipObject

Returns the value of attribute zip.



16
17
18
# File 'lib/monetra/transaction/token.rb', line 16

def zip
  @zip
end