Class: Esi::Calls::CorporationWalletJournal
- Defined in:
- lib/esi/calls/corporations.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(corporation_id, division) ⇒ CorporationWalletJournal
constructor
A new instance of CorporationWalletJournal.
Methods inherited from Base
#cache_key, #method, #page, #page=, #paginated?, #url
Constructor Details
#initialize(corporation_id, division) ⇒ CorporationWalletJournal
Returns a new instance of CorporationWalletJournal.
106 107 108 |
# File 'lib/esi/calls/corporations.rb', line 106 def initialize(corporation_id, division) @path = "/corporations/#{corporation_id}/wallet/#{division}/journal" end |