Class: Openlayer::Models::Governance::FrameworkCreateResponse::ProjectSelector

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/openlayer/models/governance/framework_create_response.rb,
sig/openlayer/models/governance/framework_create_response.rbs

Overview

See Also:

  • Openlayer::Models::Governance::FrameworkCreateResponse#project_selector

Defined Under Namespace

Classes: Match

Instance Attribute Summary collapse

Instance Method Summary collapse

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 ⇒ Object



143
# File 'sig/openlayer/models/governance/framework_create_response.rbs', line 143

def initialize: (

Instance Attribute Details

#match ⇒ Array<Openlayer::Models::Governance::FrameworkCreateResponse::ProjectSelector::Match>?

Match criteria, ANDed together.



194
195
196
# File 'lib/openlayer/models/governance/framework_create_response.rb', line 194

optional :match,
-> { Openlayer::Internal::Type::ArrayOf[Openlayer::Models::Governance::FrameworkCreateResponse::ProjectSelector::Match] },
nil?: true

Instance Method Details

#to_hash ⇒ {

Returns:

  • ({)


147
# File 'sig/openlayer/models/governance/framework_create_response.rbs', line 147

def to_hash: -> {