Class: Fog::Parsers::Compute::ProfitBricks::ResetServer
- Inherits:
-
ProfitBricks::Base
- Object
- Nokogiri::XML::SAX::Document
- ProfitBricks::Base
- Fog::Parsers::Compute::ProfitBricks::ResetServer
- Defined in:
- lib/fog/profitbricks/parsers/compute/reset_server.rb
Instance Attribute Summary
Attributes inherited from ProfitBricks::Base
Instance Method Summary collapse
Methods inherited from ProfitBricks::Base
#attr_value, #characters, #end_element_namespace, #initialize, #start_element, #start_element_namespace, #value
Constructor Details
This class inherits a constructor from Fog::Parsers::ProfitBricks::Base
Instance Method Details
#end_element(name) ⇒ Object
10 11 12 13 14 15 |
# File 'lib/fog/profitbricks/parsers/compute/reset_server.rb', line 10 def end_element(name) case name when 'requestId' @response['resetServerResponse'][name] = value.to_i end end |
#reset ⇒ Object
6 7 8 |
# File 'lib/fog/profitbricks/parsers/compute/reset_server.rb', line 6 def reset @response = { 'resetServerResponse' => {} } end |