class Greeve::Corporation::CorporationSheet

Details for a specific corporation.

@see eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/corporation/corp_corporationsheet.html

Public Class Methods

new(corporation_id, opts = {}) click to toggle source

@param corporation_id [Integer] EVE corporation ID

Calls superclass method Greeve::BaseItem::new
# File lib/greeve/corporation/corporation_sheet.rb, line 37
def initialize(corporation_id, opts = {})
  opts[:query_params] = { "corporationID" => corporation_id }
  super(opts)
end