Module: ScalarGalaxy::Models::NewPlanetWebhookEvent::Type

Extended by:
Internal::Type::Enum
Defined in:
lib/galaxy-ruby/models/new_planet_webhook_event.rb,
sig/galaxy-ruby/models/new_planet_webhook_event.rbs

Overview

See Also:

  • ScalarGalaxy::Models::NewPlanetWebhookEvent#type

Constant Summary collapse

TERRESTRIAL =

Returns:

  • (:terrestrial)
:terrestrial
GAS_GIANT =

Returns:

  • (:gas_giant)
:gas_giant
ICE_GIANT =

Returns:

  • (:ice_giant)
:ice_giant
DWARF =

Returns:

  • (:dwarf)
:dwarf
SUPER_EARTH =

Returns:

  • (:super_earth)
:super_earth

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/galaxy-ruby/models/new_planet_webhook_event.rb', line 211

Instance Method Details

#self?.values::Array[ScalarGalaxy::Models::NewPlanetWebhookEvent::type_]

Returns:

  • (::Array[ScalarGalaxy::Models::NewPlanetWebhookEvent::type_])


207
# File 'sig/galaxy-ruby/models/new_planet_webhook_event.rbs', line 207

def self?.values: -> ::Array[ScalarGalaxy::Models::NewPlanetWebhookEvent::type_]