Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 439 Bytes

GetDogmaDynamicItemsTypeIdItemIdDogmaAttribute.md

File metadata and controls

20 lines (14 loc) · 439 Bytes

RubyEveesiClient::GetDogmaDynamicItemsTypeIdItemIdDogmaAttribute

Properties

Name Type Description Notes
attribute_id Integer attribute_id integer
value Float value number

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetDogmaDynamicItemsTypeIdItemIdDogmaAttribute.new(
  attribute_id: null,
  value: null
)