SpaceMongers.Models.OwnedShip.ContainedGood (SpaceMongers v0.3.0) View Source

Represents a good stored in the user's ship.

Link to this section Summary

Link to this section Types

Specs

t() :: %SpaceMongers.Models.OwnedShip.ContainedGood{
  extra_fields: map(),
  good: String.t(),
  quantity: integer(),
  total_volume: integer()
}