Class: Vantiv::Api::Authentication
- Inherits:
-
Object
- Object
- Vantiv::Api::Authentication
- Defined in:
- lib/vantiv/api/request_body.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
6 7 8 |
# File 'lib/vantiv/api/request_body.rb', line 6 def password @password end |
#user ⇒ Object
Returns the value of attribute user.
6 7 8 |
# File 'lib/vantiv/api/request_body.rb', line 6 def user @user end |