class EveOnline::ESI::Models::LoyaltyPoint

Public Instance Methods

as_json() click to toggle source
# File lib/eve_online/esi/models/loyalty_point.rb, line 7
def as_json
  {
    corporation_id: corporation_id,
    loyalty_points: loyalty_points
  }
end
corporation_id() click to toggle source
# File lib/eve_online/esi/models/loyalty_point.rb, line 14
def corporation_id
  options["corporation_id"]
end
loyalty_points() click to toggle source
# File lib/eve_online/esi/models/loyalty_point.rb, line 18
def loyalty_points
  options["loyalty_points"]
end