class Greeve::Eve::CharacterInfo
Information about the character. Has three data sets it can return depending on the access mask.
@see eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/eve/eve_characterinfo.html
Public Class Methods
new(character_id, opts = {})
click to toggle source
@param character_id [Integer] EVE character ID
Calls superclass method
Greeve::BaseItem::new
# File lib/greeve/eve/character_info.rb, line 42 def initialize(character_id, opts = {}) opts[:query_params] = { "characterID" => character_id } super(opts) end