Class: Kubes::Kubectl::Dispatcher
- Inherits:
-
Object
- Object
- Kubes::Kubectl::Dispatcher
- Defined in:
- lib/kubes/kubectl/dispatcher.rb
Instance Method Summary collapse
-
#initialize(name, options = {}) ⇒ Dispatcher
constructor
A new instance of Dispatcher.
- #run ⇒ Object
Constructor Details
#initialize(name, options = {}) ⇒ Dispatcher
Returns a new instance of Dispatcher.
3 4 5 |
# File 'lib/kubes/kubectl/dispatcher.rb', line 3 def initialize(name, ={}) @name, @options = name.to_s, end |