Class: Rdm::SpecRunner::CommandParams

Inherits:
Object
  • Object
show all
Defined in:
lib/rdm/spec_runner/command_params.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command.



2
3
4
# File 'lib/rdm/spec_runner/command_params.rb', line 2

def command
  @command
end

#package_nameObject

Returns the value of attribute package_name.



2
3
4
# File 'lib/rdm/spec_runner/command_params.rb', line 2

def package_name
  @package_name
end

#package_pathObject

Returns the value of attribute package_path.



2
3
4
# File 'lib/rdm/spec_runner/command_params.rb', line 2

def package_path
  @package_path
end

#spec_countObject

Returns the value of attribute spec_count.



2
3
4
# File 'lib/rdm/spec_runner/command_params.rb', line 2

def spec_count
  @spec_count
end

#spec_matcherObject

Returns the value of attribute spec_matcher.



2
3
4
# File 'lib/rdm/spec_runner/command_params.rb', line 2

def spec_matcher
  @spec_matcher
end