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



73
74
75
# File 'lib/deas/test_runner.rb', line 73

def block
  @block
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



73
74
75
# File 'lib/deas/test_runner.rb', line 73

def options
  @options
end

#template_nameObject

Returns the value of attribute template_name

Returns:

  • (Object)

    the current value of template_name



73
74
75
# File 'lib/deas/test_runner.rb', line 73

def template_name
  @template_name
end