Class: Esi::GetKillmail
- Inherits:
-
Download
- Object
- Download
- Esi::GetKillmail
- Defined in:
- lib/gets/get_killmail.rb
Instance Method Summary collapse
- #get ⇒ Object
-
#initialize(killmail_id, killmail_hash) ⇒ GetKillmail
constructor
A new instance of GetKillmail.
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
#get ⇒ Object
9 10 11 |
# File 'lib/gets/get_killmail.rb', line 9 def get get_page_retry_on_error end |