class EveOnline::ESI::Models::PublicContractItem
Public Instance Methods
as_json()
click to toggle source
# File lib/eve_online/esi/models/public_contract_item.rb, line 7 def as_json { is_blueprint_copy: is_blueprint_copy, is_included: is_included, item_id: item_id, material_efficiency: material_efficiency, quantity: quantity, record_id: record_id, runs: runs, time_efficiency: time_efficiency, type_id: type_id } end
is_blueprint_copy()
click to toggle source
# File lib/eve_online/esi/models/public_contract_item.rb, line 21 def is_blueprint_copy options["is_blueprint_copy"] end
is_included()
click to toggle source
# File lib/eve_online/esi/models/public_contract_item.rb, line 25 def is_included options["is_included"] end
item_id()
click to toggle source
# File lib/eve_online/esi/models/public_contract_item.rb, line 29 def item_id options["item_id"] end
material_efficiency()
click to toggle source
# File lib/eve_online/esi/models/public_contract_item.rb, line 33 def material_efficiency options["material_efficiency"] end
quantity()
click to toggle source
# File lib/eve_online/esi/models/public_contract_item.rb, line 37 def quantity options["quantity"] end
record_id()
click to toggle source
# File lib/eve_online/esi/models/public_contract_item.rb, line 41 def record_id options["record_id"] end
runs()
click to toggle source
# File lib/eve_online/esi/models/public_contract_item.rb, line 45 def runs options["runs"] end
time_efficiency()
click to toggle source
# File lib/eve_online/esi/models/public_contract_item.rb, line 49 def time_efficiency options["time_efficiency"] end
type_id()
click to toggle source
# File lib/eve_online/esi/models/public_contract_item.rb, line 53 def type_id options["type_id"] end