Class/Module Index [+]

Quicksearch

Fog::Parsers::Compute::Voxel::VoxcloudDelete

Public Instance Methods

reset() click to toggle source
# File lib/fog/voxel/parsers/compute/voxcloud_delete.rb, line 8
def reset
  @response = {}
end
start_element(name, attrs = []) click to toggle source
# File lib/fog/voxel/parsers/compute/voxcloud_delete.rb, line 12
def start_element(name, attrs = [])
  super

  case name
  when 'rsp'
    @response['stat'] = attr_value('stat', attrs)
  when 'err'
    @response['err'] = {
      'code'  => attr_value('code', attrs),
      'msg'   => attr_value('msg', attrs)
    }
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.