class Esi::GetKillmail

Public Class Methods

new( killmail_id, killmail_hash ) click to toggle source
Calls superclass method
# File lib/gets/get_killmail.rb, line 5
def initialize( killmail_id, killmail_hash )
  super( "killmails/#{killmail_id}/#{killmail_hash}/", {} )
end

Public Instance Methods

get() click to toggle source
# File lib/gets/get_killmail.rb, line 9
def get
  get_page_retry_on_error
end