Class: SolidObjects::EffectContext
- Inherits:
-
Data
- Object
- Data
- SolidObjects::EffectContext
- Defined in:
- lib/solid_objects/effect_executor.rb,
sig/generated/lib/solid_objects/effect_executor.rbs
Instance Attribute Summary collapse
-
#actor_id ⇒ Object
readonly
Returns the value of attribute actor_id.
-
#actor_type ⇒ Object
readonly
Returns the value of attribute actor_type.
-
#attempt ⇒ Object
readonly
Returns the value of attribute attempt.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#source_message_id ⇒ Object
readonly
Returns the value of attribute source_message_id.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#actor_id ⇒ Object (readonly)
Returns the value of attribute actor_id
4 5 6 |
# File 'lib/solid_objects/effect_executor.rb', line 4 def actor_id @actor_id end |
#actor_type ⇒ Object (readonly)
Returns the value of attribute actor_type
4 5 6 |
# File 'lib/solid_objects/effect_executor.rb', line 4 def actor_type @actor_type end |
#attempt ⇒ Object (readonly)
Returns the value of attribute attempt
4 5 6 |
# File 'lib/solid_objects/effect_executor.rb', line 4 def attempt @attempt end |
#id ⇒ Object (readonly)
Returns the value of attribute id
4 5 6 |
# File 'lib/solid_objects/effect_executor.rb', line 4 def id @id end |
#source_message_id ⇒ Object (readonly)
Returns the value of attribute source_message_id
4 5 6 |
# File 'lib/solid_objects/effect_executor.rb', line 4 def @source_message_id end |
Class Method Details
.members ⇒ [ :id, :attempt, :source_message_id, :actor_type, :actor_id ]
18 |
# File 'sig/generated/lib/solid_objects/effect_executor.rbs', line 18
def self.members: () -> [ :id, :attempt, :source_message_id, :actor_type, :actor_id ]
|
.new(id, attempt, source_message_id, actor_type, actor_id) ⇒ instance .new(id:, attempt:, source_message_id:, actor_type:, actor_id:) ⇒ instance
15 16 |
# File 'sig/generated/lib/solid_objects/effect_executor.rbs', line 15
def self.new: (untyped id, untyped attempt, untyped source_message_id, untyped actor_type, untyped actor_id) -> instance
| (id: untyped, attempt: untyped, source_message_id: untyped, actor_type: untyped, actor_id: untyped) -> instance
|
Instance Method Details
#members ⇒ [ :id, :attempt, :source_message_id, :actor_type, :actor_id ]
20 |
# File 'sig/generated/lib/solid_objects/effect_executor.rbs', line 20
def members: () -> [ :id, :attempt, :source_message_id, :actor_type, :actor_id ]
|