Class: SolidObjects::ActorDefinition::StateMigration

Inherits:
Data
  • Object
show all
Defined in:
lib/solid_objects/actor_definition.rb,
sig/generated/lib/solid_objects/actor_definition.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#blockObject (readonly)

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



6
7
8
# File 'lib/solid_objects/actor_definition.rb', line 6

def block
  @block
end

#fromObject (readonly)

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



6
7
8
# File 'lib/solid_objects/actor_definition.rb', line 6

def from
  @from
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



6
7
8
# File 'lib/solid_objects/actor_definition.rb', line 6

def to
  @to
end

Class Method Details

.members[ :from, :to, :block ]

Returns:

  • ([ :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

Overloads:

  • .new(from, to, block) ⇒ instance

    Parameters:

    • from (Object)
    • to (Object)
    • block (Object)

    Returns:

    • (instance)
  • .new(from:, to:, block:) ⇒ instance

    Parameters:

    • from: (Object)
    • to: (Object)
    • block: (Object)

    Returns:

    • (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 ]

Returns:

  • ([ :from, :to, :block ])


30
# File 'sig/generated/lib/solid_objects/actor_definition.rbs', line 30

def members: () -> [ :from, :to, :block ]