Class: EveApp::XmlApi::Calls::Sheet

Inherits:
Base
  • Object
show all
Defined in:
lib/eve_app/xml_api/calls.rb

Direct Known Subclasses

CharacterSheet, CorporationSheet

Instance Attribute Summary collapse

Attributes inherited from Base

#cached_until, #results, #xml

Instance Method Summary collapse

Methods inherited from Base

#error?, #ids, #merge

Constructor Details

#initialize(xml) ⇒ Sheet

Returns a new instance of Sheet.



47
48
49
50
# File 'lib/eve_app/xml_api/calls.rb', line 47

def initialize(xml)
  @xml = xml
  @sheet = class_name.new(xml)
end

Instance Attribute Details

#sheetObject (readonly)

Returns the value of attribute sheet.



45
46
47
# File 'lib/eve_app/xml_api/calls.rb', line 45

def sheet
  @sheet
end