Class: SolidObjects::ActorDefinition::Handler
- Inherits:
-
Data
- Object
- Data
- SolidObjects::ActorDefinition::Handler
- Defined in:
- lib/solid_objects/actor_definition.rb,
sig/generated/lib/solid_objects/actor_definition.rbs
Instance Attribute Summary collapse
-
#block ⇒ Object
readonly
Returns the value of attribute block.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#block ⇒ Object (readonly)
Returns the value of attribute block
5 6 7 |
# File 'lib/solid_objects/actor_definition.rb', line 5 def block @block end |
#name ⇒ Object (readonly)
Returns the value of attribute name
5 6 7 |
# File 'lib/solid_objects/actor_definition.rb', line 5 def name @name end |
Class Method Details
.members ⇒ [ :name, :block ]
13 |
# File 'sig/generated/lib/solid_objects/actor_definition.rbs', line 13
def self.members: () -> [ :name, :block ]
|
.new(name, block) ⇒ instance .new(name:, block:) ⇒ instance
10 11 |
# File 'sig/generated/lib/solid_objects/actor_definition.rbs', line 10
def self.new: (untyped name, untyped block) -> instance
| (name: untyped, block: untyped) -> instance
|
Instance Method Details
#members ⇒ [ :name, :block ]
15 |
# File 'sig/generated/lib/solid_objects/actor_definition.rbs', line 15
def members: () -> [ :name, :block ]
|