Class: FocusActor::CellContext
- Inherits:
-
Struct
- Object
- Struct
- FocusActor::CellContext
- Defined in:
- lib/focus_actor/cell_context.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#block ⇒ Object
Returns the value of attribute block.
-
#method ⇒ Object
Returns the value of attribute method.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
2 3 4 |
# File 'lib/focus_actor/cell_context.rb', line 2 def args @args end |
#block ⇒ Object
Returns the value of attribute block
2 3 4 |
# File 'lib/focus_actor/cell_context.rb', line 2 def block @block end |
#method ⇒ Object
Returns the value of attribute method
2 3 4 |
# File 'lib/focus_actor/cell_context.rb', line 2 def method @method end |