Class: RebuildPlugins::RbldHelloCommand
- Inherits:
-
Rebuild::CLI::Command
- Object
- Rebuild::CLI::Command
- RebuildPlugins::RbldHelloCommand
- Defined in:
- lib/rbld-plugin-hello/rbld_hello.rb
Class Attribute Summary collapse
-
.stream ⇒ Object
Returns the value of attribute stream.
Instance Method Summary collapse
Class Attribute Details
.stream ⇒ Object
Returns the value of attribute stream.
14 15 16 |
# File 'lib/rbld-plugin-hello/rbld_hello.rb', line 14 def stream @stream end |
Instance Method Details
#run(parameters) ⇒ Object
9 10 11 |
# File 'lib/rbld-plugin-hello/rbld_hello.rb', line 9 def run(parameters) ( :run ) end |
#usage ⇒ Object
5 6 7 |
# File 'lib/rbld-plugin-hello/rbld_hello.rb', line 5 def usage ( :usage ) end |