Class: Faker::Bot::Command
- Inherits:
-
Object
- Object
- Faker::Bot::Command
- Extended by:
- Forwardable
- Defined in:
- lib/faker/bot/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.
- #render(result, output) ⇒ Object
Constructor Details
#initialize(options) ⇒ Command
Returns a new instance of Command.
15 16 17 |
# File 'lib/faker/bot/command.rb', line 15 def initialize() @options = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
13 14 15 |
# File 'lib/faker/bot/command.rb', line 13 def @options end |