Class: Deas::TestRunner::RenderArgs
- Inherits:
-
Struct
- Object
- Struct
- Deas::TestRunner::RenderArgs
- Defined in:
- lib/deas/test_runner.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#options ⇒ Object
Returns the value of attribute options.
-
#template_name ⇒ Object
Returns the value of attribute template_name.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
73 74 75 |
# File 'lib/deas/test_runner.rb', line 73 def block @block end |
#options ⇒ Object
Returns the value of attribute options
73 74 75 |
# File 'lib/deas/test_runner.rb', line 73 def @options end |
#template_name ⇒ Object
Returns the value of attribute template_name
73 74 75 |
# File 'lib/deas/test_runner.rb', line 73 def template_name @template_name end |