Class: Configurable::Preferences
- Inherits:
-
Object
- Object
- Configurable::Preferences
- Defined in:
- lib/burroughs/util/configurable.rb
Instance Attribute Summary collapse
-
#appid ⇒ Object
Returns the value of attribute appid.
-
#loglevel ⇒ Object
Returns the value of attribute loglevel.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#appid ⇒ Object
Returns the value of attribute appid.
19 20 21 |
# File 'lib/burroughs/util/configurable.rb', line 19 def appid @appid end |
#loglevel ⇒ Object
Returns the value of attribute loglevel.
19 20 21 |
# File 'lib/burroughs/util/configurable.rb', line 19 def loglevel @loglevel end |
#token ⇒ Object
Returns the value of attribute token.
19 20 21 |
# File 'lib/burroughs/util/configurable.rb', line 19 def token @token end |