Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 600 Bytes

GetCharactersCharacterIdSkillsOk.md

File metadata and controls

22 lines (16 loc) · 600 Bytes

RubyEveesiClient::GetCharactersCharacterIdSkillsOk

Properties

Name Type Description Notes
skills Array<GetCharactersCharacterIdSkillsSkill> skills array
total_sp Integer total_sp integer
unallocated_sp Integer Skill points available to be assigned [optional]

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetCharactersCharacterIdSkillsOk.new(
  skills: null,
  total_sp: null,
  unallocated_sp: null
)