Class: EveOnline::ESI::Models::Base
- Inherits:
-
Object
- Object
- EveOnline::ESI::Models::Base
- Defined in:
- lib/eve_online/esi/models/base.rb
Direct Known Subclasses
Aggressor, Alliance, AllianceIcon, AllianceShort, Allies, Ancestry, Asset, AssetLocation, AssetName, AsteroidBelt, Attributes, Bloodline, Blueprint, Category, Character, CharacterCorporationHistory, CharacterIndustryJob, CharacterLocation, CharacterOrder, CharacterPortrait, CharacterShip, Constellation, Contract, Coordinates, Corporation, CorporationAllianceHistory, CorporationIndustryJob, CorporationOrder, Defender, DogmaAttribute, DogmaAttributeShort, DogmaAttributes, DogmaEffect, DogmaEffectModifier, DogmaEffectModifiers, DogmaEffectShort, DogmaEffects, Event, EventDetails, Faction, Fatigue, Graphic, Group, HomeLocation, JumpClone, Killmail, KillmailShort, LoyaltyPoint, LoyaltyStoreOffer, Mail, MailLabel, MailRecipient, MailRecipients, MarketGroup, MarketHistory, MarketPrice, Moon, Notification, OfferRequiredItem, OfferRequiredItems, Online, Planet, PlanetShort, Planets, Position, PublicContract, PublicContractItem, Race, Region, Search, ServerStatus, Skill, SkillQueueEntry, Standing, Star, Stargate, Station, System, SystemJump, SystemKill, Type, WalletJournal, WalletTransaction
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(options) ⇒ Base
11 12 13 |
# File 'lib/eve_online/esi/models/base.rb', line 11 def initialize() = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
9 10 11 |
# File 'lib/eve_online/esi/models/base.rb', line 9 def end |