Class: TigerPayment::Gateway::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/tiger-payment/gateway.rb

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



104
105
106
# File 'lib/tiger-payment/gateway.rb', line 104

def password
  @password
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



104
105
106
# File 'lib/tiger-payment/gateway.rb', line 104

def username
  @username
end