Class: Deas::TestRunner::SendFileArgs

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

Instance Attribute Summary collapse

Instance Attribute Details

#file_pathObject

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of file_path



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

def file_path
  @file_path
end

#optsObject

Returns the value of attribute opts

Returns:

  • (Object)

    the current value of opts



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

def opts
  @opts
end