Class: Yodlicious::Config

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

Class Attribute Summary collapse

Class Attribute Details

.base_urlObject

Returns the value of attribute base_url.



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

def base_url
  @base_url
end

.cobranded_passwordObject

Returns the value of attribute cobranded_password.



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

def cobranded_password
  @cobranded_password
end

.cobranded_usernameObject

Returns the value of attribute cobranded_username.



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

def cobranded_username
  @cobranded_username
end

.loggerObject

Returns the value of attribute logger.



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

def logger
  @logger
end

.proxy_urlObject

Returns the value of attribute proxy_url.



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

def proxy_url
  @proxy_url
end