Class: FocusActor::CellContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/focus_actor/cell_context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



2
3
4
# File 'lib/focus_actor/cell_context.rb', line 2

def args
  @args
end

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



2
3
4
# File 'lib/focus_actor/cell_context.rb', line 2

def block
  @block
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



2
3
4
# File 'lib/focus_actor/cell_context.rb', line 2

def method
  @method
end