Class: Deas::TestRunner::RenderArgs

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



102
103
104
# File 'lib/deas/test_runner.rb', line 102

def locals
  @locals
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



102
103
104
# File 'lib/deas/test_runner.rb', line 102

def source
  @source
end

#template_nameObject

Returns the value of attribute template_name

Returns:

  • (Object)

    the current value of template_name



102
103
104
# File 'lib/deas/test_runner.rb', line 102

def template_name
  @template_name
end