Class: Qiwi::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/qiwi/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#endpointObject

Returns the value of attribute endpoint.



6
7
8
# File 'lib/qiwi/config.rb', line 6

def endpoint
  @endpoint
end

#loggerObject

Returns the value of attribute logger.



6
7
8
# File 'lib/qiwi/config.rb', line 6

def logger
  @logger
end

#loginObject

Returns the value of attribute login.



6
7
8
# File 'lib/qiwi/config.rb', line 6

def 
  @login
end

#passwordObject

Returns the value of attribute password.



6
7
8
# File 'lib/qiwi/config.rb', line 6

def password
  @password
end

#transaction_handlerObject

Returns the value of attribute transaction_handler.



6
7
8
# File 'lib/qiwi/config.rb', line 6

def transaction_handler
  @transaction_handler
end