Class: Waves::Console
- Includes:
- Runtime
- Defined in:
- lib/waves/runtime/console.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Console
constructor
A new instance of Console.
Methods included from Runtime
#config, #debug?, #load, #logger, #mode, #reload, #synchronize, #synchronize?
Constructor Details
#initialize(options = {}) ⇒ Console
Returns a new instance of Console.
17 18 19 20 |
# File 'lib/waves/runtime/console.rb', line 17 def initialize( = {} ) @options = load # load the runtime end |
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options.
7 8 9 |
# File 'lib/waves/runtime/console.rb', line 7 def @options end |