Class: Configurable::Preferences

Inherits:
Object
  • Object
show all
Defined in:
lib/burroughs/util/configurable.rb

Instance Attribute Summary collapse

Instance Attribute Details

#appidObject

Returns the value of attribute appid.



19
20
21
# File 'lib/burroughs/util/configurable.rb', line 19

def appid
  @appid
end

#loglevelObject

Returns the value of attribute loglevel.



19
20
21
# File 'lib/burroughs/util/configurable.rb', line 19

def loglevel
  @loglevel
end

#tokenObject

Returns the value of attribute token.



19
20
21
# File 'lib/burroughs/util/configurable.rb', line 19

def token
  @token
end