Class: Deas::TestRunner::RenderArgs

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

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



76
77
78
# File 'lib/deas/test_runner.rb', line 76

def block
  @block
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



76
77
78
# File 'lib/deas/test_runner.rb', line 76

def options
  @options
end

#template_nameObject

Returns the value of attribute template_name

Returns:

  • (Object)

    the current value of template_name



76
77
78
# File 'lib/deas/test_runner.rb', line 76

def template_name
  @template_name
end