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
76 77 78 |
# File 'lib/deas/test_runner.rb', line 76 def block @block end |
#options ⇒ Object
Returns the value of attribute options
76 77 78 |
# File 'lib/deas/test_runner.rb', line 76 def end |
#template_name ⇒ Object
Returns the value of attribute template_name
76 77 78 |
# File 'lib/deas/test_runner.rb', line 76 def template_name @template_name end |