class Fog::Parsers::Compute::ProfitBricks::GetDataCenterState
Public Instance Methods
end_element(name)
click to toggle source
# File lib/fog/parsers/compute/profit_bricks/get_data_center_state.rb, line 10 def end_element(name) case name when 'return' @response['getDataCenterStateResponse'][name] = value end end
reset()
click to toggle source
# File lib/fog/parsers/compute/profit_bricks/get_data_center_state.rb, line 6 def reset @response = { 'getDataCenterStateResponse' => {} } end