Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 735 Bytes

GetUniverseAncestries200Ok.md

File metadata and controls

28 lines (22 loc) · 735 Bytes

RubyEveesiClient::GetUniverseAncestries200Ok

Properties

Name Type Description Notes
bloodline_id Integer The bloodline associated with this ancestry
description String description string
icon_id Integer icon_id integer [optional]
id Integer id integer
name String name string
short_description String short_description string [optional]

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetUniverseAncestries200Ok.new(
  bloodline_id: null,
  description: null,
  icon_id: null,
  id: null,
  name: null,
  short_description: null
)