Class: Vantiv::Api::Authentication

Inherits:
Object
  • Object
show all
Defined in:
lib/vantiv/api/request_body.rb

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password.



6
7
8
# File 'lib/vantiv/api/request_body.rb', line 6

def password
  @password
end

#userObject

Returns the value of attribute user.



6
7
8
# File 'lib/vantiv/api/request_body.rb', line 6

def user
  @user
end