Class: Ellen::Commands::Base
- Inherits:
-
Object
- Object
- Ellen::Commands::Base
- Defined in:
- lib/ellen/commands/base.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(options) ⇒ Base
Returns a new instance of Base.
6 7 8 |
# File 'lib/ellen/commands/base.rb', line 6 def initialize() @options = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
4 5 6 |
# File 'lib/ellen/commands/base.rb', line 4 def @options end |