Class: Bixbite::Command
- Inherits:
-
Object
- Object
- Bixbite::Command
- Defined in:
- lib/bixbite/command.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options) ⇒ Command
constructor
A new instance of Command.
- #run! ⇒ Object
Constructor Details
#initialize(options) ⇒ Command
Returns a new instance of Command.
5 6 7 8 |
# File 'lib/bixbite/command.rb', line 5 def initialize @config = [:config] @options = end |
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options.
3 4 5 |
# File 'lib/bixbite/command.rb', line 3 def @options end |