Class: ScalarGalaxy::Models::PlanetCreateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/galaxy-ruby/models/planet_create_params.rb,
sig/galaxy-ruby/models/planet_create_params.rbs
Overview
Instance Attribute Summary
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(request_options: {}) ⇒ PlanetCreateParams
constructor
A new instance of PlanetCreateParams.
- #to_hash ⇒ { request_options: ScalarGalaxy::RequestOptions }
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
Constructor Details
#initialize(request_options: {}) ⇒ PlanetCreateParams
Returns a new instance of PlanetCreateParams.
|
|
# File 'lib/galaxy-ruby/models/planet_create_params.rb', line 10
|
Instance Method Details
#to_hash ⇒ { request_options: ScalarGalaxy::RequestOptions }
12 |
# File 'sig/galaxy-ruby/models/planet_create_params.rbs', line 12
def to_hash: -> { request_options: ScalarGalaxy::RequestOptions }
|