Class: Greeve::Eve::ErrorList
- Defined in:
- lib/greeve/eve/error_list.rb
Overview
Note:
Endpoint: api.eveonline.com/eve/ErrorList.xml.aspx
A list of error codes and text that the API may return.
Attributes collapse
Methods inherited from BaseItem
attribute, #cache_expired?, #cached_until, endpoint, #initialize, #inspect, namespace, #refresh, rowset, #to_s
Methods included from Helpers::AttributeToHash
Constructor Details
This class inherits a constructor from Greeve::BaseItem
Instance Method Details
#errors ⇒ Greeve::Rowset
11 12 13 14 |
# File 'lib/greeve/eve/error_list.rb', line 11 rowset :errors, xpath: "eveapi/result/rowset[@name='errors']" do attribute :error_code, xpath: "@errorCode", type: :integer attribute :error_text, xpath: "@errorText", type: :string end |