class EveOnline::ESI::Models::Standing

Public Instance Methods

as_json() click to toggle source
# File lib/eve_online/esi/models/standing.rb, line 7
def as_json
  {
    from_id: from_id,
    from_type: from_type,
    standing: standing
  }
end
from_id() click to toggle source
# File lib/eve_online/esi/models/standing.rb, line 15
def from_id
  options["from_id"]
end
from_type() click to toggle source
# File lib/eve_online/esi/models/standing.rb, line 19
def from_type
  options["from_type"]
end
standing() click to toggle source
# File lib/eve_online/esi/models/standing.rb, line 23
def standing
  options["standing"]
end