class Greeve::Character::UpcomingCalendarEvents
Character
upcoming calendar events.
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/character/upcoming_calendar_events.rb, line 25 def initialize(character_id, opts = {}) opts[:query_params] = { "characterID" => character_id } super(opts) end