Class: Rightscale::Slicehost::RightHttp2xxParser
- Inherits:
-
RightSlicehostParser
- Object
- RightSlicehostParser
- Rightscale::Slicehost::RightHttp2xxParser
- Defined in:
- lib/right_slicehost.rb
Overview
HTTP 2xx
Constant Summary
Constants inherited from RightSlicehostParser
RightSlicehostParser::DEFAULT_XML_LIBRARY
Instance Attribute Summary
Attributes inherited from RightSlicehostParser
Instance Method Summary collapse
-
#parse(response) ⇒ Object
:nodoc:.
Methods inherited from RightSlicehostParser
#initialize, #method_missing, #reset, #tag_end, #tag_start, #tagend, #tagstart, #tagtext, #text, xml_lib, xml_lib=
Constructor Details
This class inherits a constructor from Rightscale::RightSlicehostParser
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Rightscale::RightSlicehostParser
Instance Method Details
#parse(response) ⇒ Object
:nodoc:
595 596 597 |
# File 'lib/right_slicehost.rb', line 595 def parse(response) @result = response.is_a?(Net::HTTPSuccess) end |