Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 762 Bytes

GetIndustryFacilities200Ok.md

File metadata and controls

28 lines (22 loc) · 762 Bytes

RubyEveesiClient::GetIndustryFacilities200Ok

Properties

Name Type Description Notes
facility_id Integer ID of the facility
owner_id Integer Owner of the facility
region_id Integer Region ID where the facility is
solar_system_id Integer Solar system ID where the facility is
tax Float Tax imposed by the facility [optional]
type_id Integer Type ID of the facility

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetIndustryFacilities200Ok.new(
  facility_id: null,
  owner_id: null,
  region_id: null,
  solar_system_id: null,
  tax: null,
  type_id: null
)