Class: SolidObjects::Actor::CommitActionIntent
- Inherits:
-
Data
- Object
- Data
- SolidObjects::Actor::CommitActionIntent
- Defined in:
- lib/solid_objects/actor.rb,
sig/generated/lib/solid_objects/actor.rbs
Instance Attribute Summary collapse
-
#arguments ⇒ Object
readonly
Returns the value of attribute arguments.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#arguments ⇒ Object (readonly)
Returns the value of attribute arguments
6 7 8 |
# File 'lib/solid_objects/actor.rb', line 6 def arguments @arguments end |
#name ⇒ Object (readonly)
Returns the value of attribute name
6 7 8 |
# File 'lib/solid_objects/actor.rb', line 6 def name @name end |
Class Method Details
.members ⇒ [ :name, :arguments ]
30 |
# File 'sig/generated/lib/solid_objects/actor.rbs', line 30
def self.members: () -> [ :name, :arguments ]
|
.new(name, arguments) ⇒ instance .new(name:, arguments:) ⇒ instance
27 28 |
# File 'sig/generated/lib/solid_objects/actor.rbs', line 27
def self.new: (untyped name, untyped arguments) -> instance
| (name: untyped, arguments: untyped) -> instance
|
Instance Method Details
#members ⇒ [ :name, :arguments ]
32 |
# File 'sig/generated/lib/solid_objects/actor.rbs', line 32
def members: () -> [ :name, :arguments ]
|