class Evesystem

Attributes

holder[RW]
jump[RW]
region[RW]
sec[RW]
solarsystem[RW]

Public Class Methods

new(attrs) click to toggle source
# File lib/evesystem.rb, line 5
def initialize(attrs)
  @jump = attrs[0]
  @region = attrs[1]
  @solarsystem = attrs[2]
  @sec = attrs[3]
  @holder = attrs[4]
end