Class: Deas::TestRunner::PartialArgs
- Inherits:
-
Struct
- Object
- Struct
- Deas::TestRunner::PartialArgs
- Defined in:
- lib/deas/test_runner.rb
Instance Attribute Summary collapse
-
#locals ⇒ Object
Returns the value of attribute locals.
-
#template_name ⇒ Object
Returns the value of attribute template_name.
Instance Attribute Details
#locals ⇒ Object
Returns the value of attribute locals
86 87 88 |
# File 'lib/deas/test_runner.rb', line 86 def locals @locals end |
#template_name ⇒ Object
Returns the value of attribute template_name
86 87 88 |
# File 'lib/deas/test_runner.rb', line 86 def template_name @template_name end |