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
Constant Summary collapse
- TERRESTRIAL =
:terrestrial- GAS_GIANT =
:gas_giant- ICE_GIANT =
:ice_giant- DWARF =
:dwarf- 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
.values ⇒ Array<Symbol>
|
|
# File 'lib/galaxy-ruby/models/new_planet_webhook_event.rb', line 211
|
Instance Method Details
#self?.values ⇒ ::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_]
|