Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 538 Bytes

GetCharactersCharacterIdMedalsGraphic.md

File metadata and controls

24 lines (18 loc) · 538 Bytes

RubyEveesiClient::GetCharactersCharacterIdMedalsGraphic

Properties

Name Type Description Notes
color Integer color integer [optional]
graphic String graphic string
layer Integer layer integer
part Integer part integer

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetCharactersCharacterIdMedalsGraphic.new(
  color: null,
  graphic: null,
  layer: null,
  part: null
)