Class Reve::Classes::StarbaseFuel
In: lib/reve/classes.rb
Parent: Object

Used for the fuel status of a Starbase. See Reve::API#starbase_fuel starbase_id is set in the Reve::API#starbase_fuel method and not here Attributes

  • type_id ( Fixnum ) - Type of fuel in the Starbase (Refer to CCP database dump invtypes)
  • quantity ( Fixnum ) - How much of the fuel is in the Starbase
  • starbase_id ( Fixnum ) - ID of the Starbase

See Also: Starbase, Reve::API#starbase_fuel, Reve::API#starbases

Attributes

quantity  [R] 
starbase_id  [RW] 
type_id  [R] 

[Validate]