Class: Deas::TestRunner::SendFileArgs

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



83
84
85
# File 'lib/deas/test_runner.rb', line 83

def block
  @block
end

#file_pathObject

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of file_path



83
84
85
# File 'lib/deas/test_runner.rb', line 83

def file_path
  @file_path
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



83
84
85
# File 'lib/deas/test_runner.rb', line 83

def options
  @options
end