Exception: EnomAPI::IncompleteResponseError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- EnomAPI::IncompleteResponseError
- Defined in:
- lib/enom-api.rb
Overview
API Incomplete response error
Instance Attribute Summary collapse
-
#xml ⇒ Object
readonly
Returns the value of attribute xml.
Instance Method Summary collapse
-
#initialize(xml) ⇒ IncompleteResponseError
constructor
A new instance of IncompleteResponseError.
Constructor Details
#initialize(xml) ⇒ IncompleteResponseError
Returns a new instance of IncompleteResponseError.
20 21 22 |
# File 'lib/enom-api.rb', line 20 def initialize(xml) @xml = xml end |
Instance Attribute Details
#xml ⇒ Object (readonly)
Returns the value of attribute xml.
19 20 21 |
# File 'lib/enom-api.rb', line 19 def xml @xml end |