Class: SolidObjects::ActorDefinition::StateMigration
- Inherits:
-
Data
- Object
- Data
- SolidObjects::ActorDefinition::StateMigration
- 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.
-
#from ⇒ Object
readonly
Returns the value of attribute from.
-
#to ⇒ Object
readonly
Returns the value of attribute to.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#block ⇒ Object (readonly)
Returns the value of attribute block
6 7 8 |
# File 'lib/solid_objects/actor_definition.rb', line 6 def block @block end |
#from ⇒ Object (readonly)
Returns the value of attribute from
6 7 8 |
# File 'lib/solid_objects/actor_definition.rb', line 6 def from @from end |
#to ⇒ Object (readonly)
Returns the value of attribute to
6 7 8 |
# File 'lib/solid_objects/actor_definition.rb', line 6 def to @to end |
Class Method Details
.members ⇒ [ :from, :to, :block ]
28 |
# File 'sig/generated/lib/solid_objects/actor_definition.rbs', line 28
def self.members: () -> [ :from, :to, :block ]
|
.new(from, to, block) ⇒ instance .new(from:, to:, block:) ⇒ instance
25 26 |
# File 'sig/generated/lib/solid_objects/actor_definition.rbs', line 25
def self.new: (untyped from, untyped to, untyped block) -> instance
| (from: untyped, to: untyped, block: untyped) -> instance
|
Instance Method Details
#members ⇒ [ :from, :to, :block ]
30 |
# File 'sig/generated/lib/solid_objects/actor_definition.rbs', line 30
def members: () -> [ :from, :to, :block ]
|