Class: EveOnline::ESI::Models::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/eve_online/esi/models/base.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ Base

Returns a new instance of Base.



11
12
13
# File 'lib/eve_online/esi/models/base.rb', line 11

def initialize(options)
  @options = options
end

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options.



9
10
11
# File 'lib/eve_online/esi/models/base.rb', line 9

def options
  @options
end