Class: FakerBot::Command
- Inherits:
-
Object
- Object
- FakerBot::Command
- Extended by:
- Forwardable
- Defined in:
- lib/fakerbot/command.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
12 13 14 |
# File 'lib/fakerbot/command.rb', line 12 def end |
Instance Method Details
#render(result, output) ⇒ Object
14 15 16 |
# File 'lib/fakerbot/command.rb', line 14 def render(result, output) FakerBot::Renderer.call(result, , output) end |