SpaceMongers.Models.System (SpaceMongers v0.3.0) View Source

Represents a system in the galaxy.

Link to this section Summary

Link to this section Types

Specs

t() :: %SpaceMongers.Models.System{
  extra_fields: map(),
  locations: [SpaceMongers.Models.Location.t()],
  name: String.t(),
  symbol: String.t()
}