Class: Rdm::SpecRunner::CommandParams
- Inherits:
-
Object
- Object
- Rdm::SpecRunner::CommandParams
- Defined in:
- lib/rdm/spec_runner/command_params.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#package_name ⇒ Object
Returns the value of attribute package_name.
-
#package_path ⇒ Object
Returns the value of attribute package_path.
-
#spec_count ⇒ Object
Returns the value of attribute spec_count.
-
#spec_matcher ⇒ Object
Returns the value of attribute spec_matcher.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command.
2 3 4 |
# File 'lib/rdm/spec_runner/command_params.rb', line 2 def command @command end |
#package_name ⇒ Object
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_path ⇒ Object
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_count ⇒ Object
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_matcher ⇒ Object
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 |