Class: Monetra::Transaction::User::Request
- Inherits:
-
Object
- Object
- Monetra::Transaction::User::Request
- Defined in:
- lib/monetra/transaction/user.rb
Instance Attribute Summary collapse
-
#account ⇒ Object
Returns the value of attribute account.
-
#action ⇒ Object
Returns the value of attribute action.
-
#advancedeposit ⇒ Object
Returns the value of attribute advancedeposit.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#apprcode ⇒ Object
Returns the value of attribute apprcode.
-
#batch ⇒ Object
Returns the value of attribute batch.
-
#bdate ⇒ Object
Returns the value of attribute bdate.
-
#capture ⇒ Object
Returns the value of attribute capture.
-
#cardholdername ⇒ Object
Returns the value of attribute cardholdername.
-
#cardpresent ⇒ Object
Returns the value of attribute cardpresent.
-
#cashbackamount ⇒ Object
Returns the value of attribute cashbackamount.
-
#cavv ⇒ Object
Returns the value of attribute cavv.
-
#clerkid ⇒ Object
Returns the value of attribute clerkid.
-
#comments ⇒ Object
Returns the value of attribute comments.
-
#curr ⇒ Object
Returns the value of attribute curr.
-
#custref ⇒ Object
Returns the value of attribute custref.
-
#cv ⇒ Object
Returns the value of attribute cv.
-
#dentalamount ⇒ Object
Returns the value of attribute dentalamount.
-
#descloc ⇒ Object
Returns the value of attribute descloc.
-
#descmerch ⇒ Object
Returns the value of attribute descmerch.
-
#edate ⇒ Object
Returns the value of attribute edate.
-
#examount ⇒ Object
Returns the value of attribute examount.
-
#excharges ⇒ Object
Returns the value of attribute excharges.
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#account ⇒ Object
Returns the value of attribute account.
5 6 7 |
# File 'lib/monetra/transaction/user.rb', line 5 def account @account end |
#action ⇒ Object
Returns the value of attribute action.
5 6 7 |
# File 'lib/monetra/transaction/user.rb', line 5 def action @action end |
#advancedeposit ⇒ Object
Returns the value of attribute advancedeposit.
5 6 7 |
# File 'lib/monetra/transaction/user.rb', line 5 def advancedeposit @advancedeposit end |
#amount ⇒ Object
Returns the value of attribute amount.
5 6 7 |
# File 'lib/monetra/transaction/user.rb', line 5 def amount @amount end |
#apprcode ⇒ Object
Returns the value of attribute apprcode.
5 6 7 |
# File 'lib/monetra/transaction/user.rb', line 5 def apprcode @apprcode end |
#batch ⇒ Object
Returns the value of attribute batch.
5 6 7 |
# File 'lib/monetra/transaction/user.rb', line 5 def batch @batch end |
#bdate ⇒ Object
Returns the value of attribute bdate.
5 6 7 |
# File 'lib/monetra/transaction/user.rb', line 5 def bdate @bdate end |
#capture ⇒ Object
Returns the value of attribute capture.
5 6 7 |
# File 'lib/monetra/transaction/user.rb', line 5 def capture @capture end |
#cardholdername ⇒ Object
Returns the value of attribute cardholdername.
5 6 7 |
# File 'lib/monetra/transaction/user.rb', line 5 def cardholdername @cardholdername end |
#cardpresent ⇒ Object
Returns the value of attribute cardpresent.
5 6 7 |
# File 'lib/monetra/transaction/user.rb', line 5 def cardpresent @cardpresent end |
#cashbackamount ⇒ Object
Returns the value of attribute cashbackamount.
5 6 7 |
# File 'lib/monetra/transaction/user.rb', line 5 def cashbackamount @cashbackamount end |
#cavv ⇒ Object
Returns the value of attribute cavv.
5 6 7 |
# File 'lib/monetra/transaction/user.rb', line 5 def cavv @cavv end |
#clerkid ⇒ Object
Returns the value of attribute clerkid.
5 6 7 |
# File 'lib/monetra/transaction/user.rb', line 5 def clerkid @clerkid end |
#comments ⇒ Object
Returns the value of attribute comments.
5 6 7 |
# File 'lib/monetra/transaction/user.rb', line 5 def comments @comments end |
#curr ⇒ Object
Returns the value of attribute curr.
5 6 7 |
# File 'lib/monetra/transaction/user.rb', line 5 def curr @curr end |
#custref ⇒ Object
Returns the value of attribute custref.
5 6 7 |
# File 'lib/monetra/transaction/user.rb', line 5 def custref @custref end |
#cv ⇒ Object
Returns the value of attribute cv.
5 6 7 |
# File 'lib/monetra/transaction/user.rb', line 5 def cv @cv end |
#dentalamount ⇒ Object
Returns the value of attribute dentalamount.
5 6 7 |
# File 'lib/monetra/transaction/user.rb', line 5 def dentalamount @dentalamount end |
#descloc ⇒ Object
Returns the value of attribute descloc.
5 6 7 |
# File 'lib/monetra/transaction/user.rb', line 5 def descloc @descloc end |
#descmerch ⇒ Object
Returns the value of attribute descmerch.
5 6 7 |
# File 'lib/monetra/transaction/user.rb', line 5 def descmerch @descmerch end |
#edate ⇒ Object
Returns the value of attribute edate.
5 6 7 |
# File 'lib/monetra/transaction/user.rb', line 5 def edate @edate end |
#examount ⇒ Object
Returns the value of attribute examount.
5 6 7 |
# File 'lib/monetra/transaction/user.rb', line 5 def examount @examount end |
#excharges ⇒ Object
Returns the value of attribute excharges.
5 6 7 |
# File 'lib/monetra/transaction/user.rb', line 5 def excharges @excharges end |
#password ⇒ Object
Returns the value of attribute password.
5 6 7 |
# File 'lib/monetra/transaction/user.rb', line 5 def password @password end |
#username ⇒ Object
Returns the value of attribute username.
5 6 7 |
# File 'lib/monetra/transaction/user.rb', line 5 def username @username end |