Class: Esi::GetKillmail

Inherits:
Download
  • Object
show all
Defined in:
lib/gets/get_killmail.rb

Instance Method Summary collapse

Constructor Details

#initialize(killmail_id, killmail_hash) ⇒ GetKillmail

Returns a new instance of GetKillmail.



5
6
7
# File 'lib/gets/get_killmail.rb', line 5

def initialize( killmail_id, killmail_hash )
  super( "killmails/#{killmail_id}/#{killmail_hash}/", {} )
end

Instance Method Details

#getObject



9
10
11
# File 'lib/gets/get_killmail.rb', line 9

def get
  get_page_retry_on_error
end