Class: YBoss::Config

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/yboss/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#oauth_keyObject

Returns the value of attribute oauth_key.



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

def oauth_key
  @oauth_key
end

#oauth_secretObject

Returns the value of attribute oauth_secret.



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

def oauth_secret
  @oauth_secret
end

#proxyObject

Returns the value of attribute proxy.



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

def proxy
  @proxy
end