Class: SolidObjects::Actor::OutboundMessageIntent
- Inherits:
-
Data
- Object
- Data
- SolidObjects::Actor::OutboundMessageIntent
- Defined in:
- lib/solid_objects/actor.rb,
sig/generated/lib/solid_objects/actor.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.
-
#arguments ⇒ Object
readonly
Returns the value of attribute arguments.
-
#available_at ⇒ Object
readonly
Returns the value of attribute available_at.
-
#idempotency_key ⇒ Object
readonly
Returns the value of attribute idempotency_key.
-
#operation ⇒ Object
readonly
Returns the value of attribute operation.
Class Method Summary collapse
- .members ⇒ [ :actor_type, :actor_id, :operation, :arguments, :available_at, :idempotency_key ]
- .new ⇒ Object
Instance Method Summary collapse
Instance Attribute Details
#actor_id ⇒ Object (readonly)
Returns the value of attribute actor_id
8 9 10 |
# File 'lib/solid_objects/actor.rb', line 8 def actor_id @actor_id end |
#actor_type ⇒ Object (readonly)
Returns the value of attribute actor_type
8 9 10 |
# File 'lib/solid_objects/actor.rb', line 8 def actor_type @actor_type end |
#arguments ⇒ Object (readonly)
Returns the value of attribute arguments
8 9 10 |
# File 'lib/solid_objects/actor.rb', line 8 def arguments @arguments end |
#available_at ⇒ Object (readonly)
Returns the value of attribute available_at
8 9 10 |
# File 'lib/solid_objects/actor.rb', line 8 def available_at @available_at end |
#idempotency_key ⇒ Object (readonly)
Returns the value of attribute idempotency_key
8 9 10 |
# File 'lib/solid_objects/actor.rb', line 8 def idempotency_key @idempotency_key end |
#operation ⇒ Object (readonly)
Returns the value of attribute operation
8 9 10 |
# File 'lib/solid_objects/actor.rb', line 8 def operation @operation end |
Class Method Details
.members ⇒ [ :actor_type, :actor_id, :operation, :arguments, :available_at, :idempotency_key ]
70 |
# File 'sig/generated/lib/solid_objects/actor.rbs', line 70
def self.members: () -> [ :actor_type, :actor_id, :operation, :arguments, :available_at, :idempotency_key ]
|
.new(actor_type, actor_id, operation, arguments, available_at, idempotency_key) ⇒ instance .new(actor_type:, actor_id:, operation:, arguments:, available_at:, idempotency_key:) ⇒ instance
67 68 |
# File 'sig/generated/lib/solid_objects/actor.rbs', line 67
def self.new: (untyped actor_type, untyped actor_id, untyped operation, untyped arguments, untyped available_at, untyped idempotency_key) -> instance
| (actor_type: untyped, actor_id: untyped, operation: untyped, arguments: untyped, available_at: untyped, idempotency_key: untyped) -> instance
|
Instance Method Details
#members ⇒ [ :actor_type, :actor_id, :operation, :arguments, :available_at, :idempotency_key ]
72 |
# File 'sig/generated/lib/solid_objects/actor.rbs', line 72
def members: () -> [ :actor_type, :actor_id, :operation, :arguments, :available_at, :idempotency_key ]
|