Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 614 Bytes

PostCharactersCharacterIdFittingsItem.md

File metadata and controls

22 lines (16 loc) · 614 Bytes

RubyEveesiClient::PostCharactersCharacterIdFittingsItem

Properties

Name Type Description Notes
flag String Fitting location for the item. Entries placed in 'Invalid' will be discarded. If this leaves the fitting with nothing, it will cause an error.
quantity Integer quantity integer
type_id Integer type_id integer

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::PostCharactersCharacterIdFittingsItem.new(
  flag: null,
  quantity: null,
  type_id: null
)