Class: ScalarGalaxy::Models::PlanetListAllDataResponse::Meta
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/galaxy-ruby/models/planet_list_all_data_response.rb,
sig/galaxy-ruby/models/planet_list_all_data_response.rbs
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(limit: nil, next_: nil, offset: nil, total: nil) ⇒ Object
|
# File 'lib/galaxy-ruby/models/planet_list_all_data_response.rb', line 43
|
Instance Attribute Details
#limit ⇒ Integer?
26
|
# File 'lib/galaxy-ruby/models/planet_list_all_data_response.rb', line 26
optional :limit, Integer
|
#next_ ⇒ String?
31
|
# File 'lib/galaxy-ruby/models/planet_list_all_data_response.rb', line 31
optional :next_, String, api_name: :next, nil?: true
|
#offset ⇒ Integer?
36
|
# File 'lib/galaxy-ruby/models/planet_list_all_data_response.rb', line 36
optional :offset, Integer
|
#total ⇒ Integer?
41
|
# File 'lib/galaxy-ruby/models/planet_list_all_data_response.rb', line 41
optional :total, Integer
|
Instance Method Details
#to_hash ⇒ {
55
|
# File 'sig/galaxy-ruby/models/planet_list_all_data_response.rbs', line 55
def to_hash: -> {
|