Class: Crowbar::Client::Command::Reset::Nodes

Inherits:
Base
  • Object
show all
Defined in:
lib/crowbar/client/command/reset/nodes.rb

Instance Attribute Summary

Attributes inherited from Base

#args, #options, #stderr, #stdin, #stdout

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Crowbar::Client::Command::Base

Instance Method Details

#executeObject



28
29
30
31
# File 'lib/crowbar/client/command/reset/nodes.rb', line 28

def execute
  request.process do |request|
  end
end

#requestObject



22
23
24
25
26
# File 'lib/crowbar/client/command/reset/nodes.rb', line 22

def request
  @request ||= Request::Reset::Nodes.new(
    args
  )
end