class Greeve::Corporation::StarbaseDetail

Details for a starbase.

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

Public Class Methods

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

@param item_id [Integer] ID of the POS as given in the {StarbaseList}

Calls superclass method Greeve::BaseItem::new
# File lib/greeve/corporation/starbase_detail.rb, line 51
def initialize(item_id, opts = {})
  opts[:query_params] = { "itemID" => item_id }

  super(opts)
end