Class: EveApp::XmlApi::Calls::Sheet
- Defined in:
- lib/eve_app/xml_api/calls.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#sheet ⇒ Object
readonly
Returns the value of attribute sheet.
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(xml) ⇒ Sheet
constructor
A new instance of Sheet.
Methods inherited from Base
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
#sheet ⇒ Object (readonly)
Returns the value of attribute sheet.
45 46 47 |
# File 'lib/eve_app/xml_api/calls.rb', line 45 def sheet @sheet end |