Class: Monetra::Transaction::Token::Response
- Inherits:
-
Object
- Object
- Monetra::Transaction::Token::Response
- Defined in:
- lib/monetra/transaction/token.rb
Instance Attribute Summary collapse
-
#abaroute ⇒ Object
Returns the value of attribute abaroute.
-
#account ⇒ Object
Returns the value of attribute account.
-
#active ⇒ Object
Returns the value of attribute active.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#bdate ⇒ Object
Returns the value of attribute bdate.
-
#cardholdername ⇒ Object
Returns the value of attribute cardholdername.
-
#cardtype ⇒ Object
Returns the value of attribute cardtype.
-
#clientref ⇒ Object
Returns the value of attribute clientref.
-
#code ⇒ Object
Returns the value of attribute code.
-
#datablock ⇒ Object
Returns the value of attribute datablock.
-
#descr ⇒ Object
Returns the value of attribute descr.
-
#edate ⇒ Object
Returns the value of attribute edate.
-
#expdate ⇒ Object
Returns the value of attribute expdate.
-
#frequency ⇒ Object
Returns the value of attribute frequency.
-
#installment_num ⇒ Object
Returns the value of attribute installment_num.
-
#installment_total ⇒ Object
Returns the value of attribute installment_total.
-
#last_run_date ⇒ Object
Returns the value of attribute last_run_date.
-
#last_run_id ⇒ Object
Returns the value of attribute last_run_id.
-
#last_success_date ⇒ Object
Returns the value of attribute last_success_date.
-
#next_run_amount ⇒ Object
Returns the value of attribute next_run_amount.
-
#next_run_date ⇒ Object
Returns the value of attribute next_run_date.
-
#street ⇒ Object
Returns the value of attribute street.
-
#token ⇒ Object
Returns the value of attribute token.
-
#type ⇒ Object
Returns the value of attribute type.
-
#verbiage ⇒ Object
Returns the value of attribute verbiage.
-
#zip ⇒ Object
Returns the value of attribute zip.
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ Response
constructor
A new instance of Response.
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
#abaroute ⇒ Object
Returns the value of attribute abaroute.
17 18 19 |
# File 'lib/monetra/transaction/token.rb', line 17 def @abaroute end |
#account ⇒ Object
Returns the value of attribute account.
16 17 18 |
# File 'lib/monetra/transaction/token.rb', line 16 def account @account end |
#active ⇒ Object
Returns the value of attribute active.
16 17 18 |
# File 'lib/monetra/transaction/token.rb', line 16 def active @active end |
#amount ⇒ Object
Returns the value of attribute amount.
16 17 18 |
# File 'lib/monetra/transaction/token.rb', line 16 def amount @amount end |
#bdate ⇒ Object
Returns the value of attribute bdate.
16 17 18 |
# File 'lib/monetra/transaction/token.rb', line 16 def bdate @bdate end |
#cardholdername ⇒ Object
Returns the value of attribute cardholdername.
16 17 18 |
# File 'lib/monetra/transaction/token.rb', line 16 def cardholdername @cardholdername end |
#cardtype ⇒ Object
Returns the value of attribute cardtype.
16 17 18 |
# File 'lib/monetra/transaction/token.rb', line 16 def cardtype @cardtype end |
#clientref ⇒ Object
Returns the value of attribute clientref.
16 17 18 |
# File 'lib/monetra/transaction/token.rb', line 16 def clientref @clientref end |
#code ⇒ Object
Returns the value of attribute code.
15 16 17 |
# File 'lib/monetra/transaction/token.rb', line 15 def code @code end |
#datablock ⇒ Object
Returns the value of attribute datablock.
17 18 19 |
# File 'lib/monetra/transaction/token.rb', line 17 def datablock @datablock end |
#descr ⇒ Object
Returns the value of attribute descr.
16 17 18 |
# File 'lib/monetra/transaction/token.rb', line 16 def descr @descr end |
#edate ⇒ Object
Returns the value of attribute edate.
16 17 18 |
# File 'lib/monetra/transaction/token.rb', line 16 def edate @edate end |
#expdate ⇒ Object
Returns the value of attribute expdate.
16 17 18 |
# File 'lib/monetra/transaction/token.rb', line 16 def expdate @expdate end |
#frequency ⇒ Object
Returns the value of attribute frequency.
16 17 18 |
# File 'lib/monetra/transaction/token.rb', line 16 def frequency @frequency end |
#installment_num ⇒ Object
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_total ⇒ Object
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_date ⇒ Object
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_id ⇒ Object
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_date ⇒ Object
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_amount ⇒ Object
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_date ⇒ Object
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 |
#street ⇒ Object
Returns the value of attribute street.
16 17 18 |
# File 'lib/monetra/transaction/token.rb', line 16 def street @street end |
#token ⇒ Object
Returns the value of attribute token.
15 16 17 |
# File 'lib/monetra/transaction/token.rb', line 15 def token @token end |
#type ⇒ Object
Returns the value of attribute type.
16 17 18 |
# File 'lib/monetra/transaction/token.rb', line 16 def type @type end |
#verbiage ⇒ Object
Returns the value of attribute verbiage.
15 16 17 |
# File 'lib/monetra/transaction/token.rb', line 15 def verbiage @verbiage end |
#zip ⇒ Object
Returns the value of attribute zip.
16 17 18 |
# File 'lib/monetra/transaction/token.rb', line 16 def zip @zip end |