Class: Deas::TestRunner::PartialArgs

Inherits:
Struct
  • Object
show all
Defined in:
lib/deas/test_runner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#localsObject

Returns the value of attribute locals

Returns:

  • (Object)

    the current value of locals



86
87
88
# File 'lib/deas/test_runner.rb', line 86

def locals
  @locals
end

#template_nameObject

Returns the value of attribute template_name

Returns:

  • (Object)

    the current value of template_name



86
87
88
# File 'lib/deas/test_runner.rb', line 86

def template_name
  @template_name
end