Class: Transfirst::Wallet
Constant Summary
Constants inherited from API
API::ADD_ENTITY, API::MERCHANT_PROD_TYPE, API::MERCHANT_WEB_SERVICE, API::NO_API_ERROR, API::RECURRING, API::STATUS_ACTIVE, API::STATUS_INACTIVE, API::UPDATE_ENTITY, API::VERSION, API::XSD_PATH
Instance Attribute Summary collapse
-
#addrLn1 ⇒ Object
Returns the value of attribute addrLn1.
-
#addrLn2 ⇒ Object
Returns the value of attribute addrLn2.
-
#api ⇒ Object
Returns the value of attribute api.
-
#city ⇒ Object
Returns the value of attribute city.
-
#full_name ⇒ Object
Returns the value of attribute full_name.
-
#pan ⇒ Object
Returns the value of attribute pan.
-
#sec ⇒ Object
Returns the value of attribute sec.
-
#state ⇒ Object
Returns the value of attribute state.
-
#xprDt ⇒ Object
Returns the value of attribute xprDt.
-
#zipCode ⇒ Object
Returns the value of attribute zipCode.
Attributes inherited from API
#client, #gateway_id, #registration_key
Instance Method Summary collapse
-
#initialize(*args) ⇒ Wallet
constructor
A new instance of Wallet.
Methods inherited from API
Constructor Details
#initialize(*args) ⇒ Wallet
Returns a new instance of Wallet.
7 8 9 10 11 |
# File 'lib/transfirst/wallet.rb', line 7 def initialize(*args) api, attrs = *args @api = api @body = build_request(attrs) end |
Instance Attribute Details
#addrLn1 ⇒ Object
Returns the value of attribute addrLn1.
3 4 5 |
# File 'lib/transfirst/wallet.rb', line 3 def addrLn1 @addrLn1 end |
#addrLn2 ⇒ Object
Returns the value of attribute addrLn2.
3 4 5 |
# File 'lib/transfirst/wallet.rb', line 3 def addrLn2 @addrLn2 end |
#api ⇒ Object
Returns the value of attribute api.
3 4 5 |
# File 'lib/transfirst/wallet.rb', line 3 def api @api end |
#city ⇒ Object
Returns the value of attribute city.
3 4 5 |
# File 'lib/transfirst/wallet.rb', line 3 def city @city end |
#full_name ⇒ Object
Returns the value of attribute full_name.
3 4 5 |
# File 'lib/transfirst/wallet.rb', line 3 def full_name @full_name end |
#pan ⇒ Object
Returns the value of attribute pan.
3 4 5 |
# File 'lib/transfirst/wallet.rb', line 3 def pan @pan end |
#sec ⇒ Object
Returns the value of attribute sec.
3 4 5 |
# File 'lib/transfirst/wallet.rb', line 3 def sec @sec end |
#state ⇒ Object
Returns the value of attribute state.
3 4 5 |
# File 'lib/transfirst/wallet.rb', line 3 def state @state end |
#xprDt ⇒ Object
Returns the value of attribute xprDt.
3 4 5 |
# File 'lib/transfirst/wallet.rb', line 3 def xprDt @xprDt end |
#zipCode ⇒ Object
Returns the value of attribute zipCode.
3 4 5 |
# File 'lib/transfirst/wallet.rb', line 3 def zipCode @zipCode end |