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



81
82
83
# File 'lib/deas/test_runner.rb', line 81

def block
  @block
end

#optionsObject

Returns the value of attribute options



81
82
83
# File 'lib/deas/test_runner.rb', line 81

def options
  @options
end

#template_nameObject

Returns the value of attribute template_name



81
82
83
# File 'lib/deas/test_runner.rb', line 81

def template_name
  @template_name
end