Exception: EnomAPI::IncompleteResponseError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/enom-api.rb

Overview

API Incomplete response error

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#xmlObject (readonly)

Returns the value of attribute xml.



19
20
21
# File 'lib/enom-api.rb', line 19

def xml
  @xml
end