Class: RebuildPlugins::RbldHelloCommand

Inherits:
Rebuild::CLI::Command
  • Object
show all
Defined in:
lib/rbld-plugin-hello/rbld_hello.rb

Class Attribute Summary collapse

Instance Method Summary collapse

Class Attribute Details

.streamObject

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)
  banner( :run )
end

#usageObject



5
6
7
# File 'lib/rbld-plugin-hello/rbld_hello.rb', line 5

def usage
  banner( :usage )
end