Class: Rightscale::SliceErrorResponseParser
- Inherits:
-
RightSlicehostParser
- Object
- RightSlicehostParser
- Rightscale::SliceErrorResponseParser
- Defined in:
- lib/slicehost_base.rb
Overview
:nodoc:
Constant Summary
Constants inherited from RightSlicehostParser
RightSlicehostParser::DEFAULT_XML_LIBRARY
Instance Attribute Summary collapse
-
#errors ⇒ Object
array of hashes: error/message.
Attributes inherited from RightSlicehostParser
Instance Method Summary collapse
Methods inherited from RightSlicehostParser
#initialize, #method_missing, #parse, #tag_end, #tag_start, #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 Attribute Details
#errors ⇒ Object
array of hashes: error/message
593 594 595 |
# File 'lib/slicehost_base.rb', line 593 def errors @errors end |