Class: Cadenya::Models::Objectives::ObjectiveFeedbackInfo
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Cadenya::Models::Objectives::ObjectiveFeedbackInfo
- Defined in:
- lib/cadenya/models/objectives/objective_feedback_info.rb,
sig/cadenya/models/objectives/objective_feedback_info.rbs
Instance Attribute Summary collapse
-
#agent_variation ⇒ Cadenya::BareMetadata?
readonly
Returns the value of attribute agent_variation.
-
#objective ⇒ Cadenya::BareMetadata?
readonly
Returns the value of attribute objective.
-
#submitted_by ⇒ Cadenya::Profile?
readonly
Returns the value of attribute submitted_by.
Instance Method Summary collapse
- #agent_variation ⇒ Cadenya::BareMetadata readonly
- #initialize ⇒ Object constructor
- #objective ⇒ Cadenya::BareMetadata readonly
- #submitted_by ⇒ Cadenya::Profile readonly
- #to_hash ⇒ {
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
26 |
# File 'sig/cadenya/models/objectives/objective_feedback_info.rbs', line 26
def initialize: (
|
Instance Attribute Details
#agent_variation ⇒ Cadenya::BareMetadata? (readonly)
Returns the value of attribute agent_variation.
14 15 16 |
# File 'sig/cadenya/models/objectives/objective_feedback_info.rbs', line 14 def agent_variation @agent_variation end |
#objective ⇒ Cadenya::BareMetadata? (readonly)
Returns the value of attribute objective.
18 19 20 |
# File 'sig/cadenya/models/objectives/objective_feedback_info.rbs', line 18 def objective @objective end |
#submitted_by ⇒ Cadenya::Profile? (readonly)
Returns the value of attribute submitted_by.
22 23 24 |
# File 'sig/cadenya/models/objectives/objective_feedback_info.rbs', line 22 def submitted_by @submitted_by end |
Instance Method Details
#agent_variation= ⇒ Cadenya::BareMetadata (readonly)
16 |
# File 'sig/cadenya/models/objectives/objective_feedback_info.rbs', line 16
def agent_variation=: (Cadenya::BareMetadata) -> Cadenya::BareMetadata
|
#objective= ⇒ Cadenya::BareMetadata (readonly)
20 |
# File 'sig/cadenya/models/objectives/objective_feedback_info.rbs', line 20
def objective=: (Cadenya::BareMetadata) -> Cadenya::BareMetadata
|
#submitted_by= ⇒ Cadenya::Profile (readonly)
24 |
# File 'sig/cadenya/models/objectives/objective_feedback_info.rbs', line 24
def submitted_by=: (Cadenya::Profile) -> Cadenya::Profile
|
#to_hash ⇒ {
32 |
# File 'sig/cadenya/models/objectives/objective_feedback_info.rbs', line 32
def to_hash: -> {
|