Class: Turbopuffer::Models::NamespaceMetadata::Index::IndexUpToDate
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Turbopuffer::Models::NamespaceMetadata::Index::IndexUpToDate
- Defined in:
- lib/turbopuffer/models/namespace_metadata.rb,
sig/turbopuffer/models/namespace_metadata.rbs
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ IndexUpToDate
constructor
A new instance of IndexUpToDate.
- #to_hash ⇒ { status: :"up-to-date" }
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ IndexUpToDate
Returns a new instance of IndexUpToDate.
79 |
# File 'sig/turbopuffer/models/namespace_metadata.rbs', line 79
def initialize: (?status: :"up-to-date") -> void
|
Instance Attribute Details
#status ⇒ Symbol, :"up-to-date"
100 |
# File 'lib/turbopuffer/models/namespace_metadata.rb', line 100 required :status, const: :"up-to-date" |
Instance Method Details
#to_hash ⇒ { status: :"up-to-date" }
81 |
# File 'sig/turbopuffer/models/namespace_metadata.rbs', line 81
def to_hash: -> { status: :"up-to-date" }
|