Class: Greeve::Character::ContactNotifications

Inherits:
BaseItem
  • Object
show all
Defined in:
lib/greeve/character/contact_notifications.rb

Overview

Notifications received when having been added to someone’s contact list.

Instance Method Summary collapse

Methods inherited from BaseItem

attribute, #cache_expired?, #cached_until, endpoint, #inspect, namespace, #refresh, rowset, #to_s

Methods included from Helpers::AttributeToHash

#to_h

Constructor Details

#initialize(character_id, opts = {}) ⇒ ContactNotifications

Returns a new instance of ContactNotifications.

Parameters:

  • character_id (Integer)

    EVE character ID



20
21
22
23
# File 'lib/greeve/character/contact_notifications.rb', line 20

def initialize(character_id, opts = {})
  opts[:query_params] = { "characterID" => character_id }
  super(opts)
end