Class: GemDandy::Command
- Inherits:
-
Object
- Object
- GemDandy::Command
- Defined in:
- lib/gem_dandy/command.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options) ⇒ Command
constructor
A new instance of Command.
Constructor Details
#initialize(options) ⇒ Command
Returns a new instance of Command.
5 6 7 |
# File 'lib/gem_dandy/command.rb', line 5 def initialize( ) @options = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
3 4 5 |
# File 'lib/gem_dandy/command.rb', line 3 def @options end |