Class: Hecks::Bluebook::DispatchSpec
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Bluebook::DispatchSpec
- Includes:
- IR
- Defined in:
- lib/hecks/bluebook/process_manager.rb
Instance Attribute Summary collapse
-
#command_name ⇒ Object
Returns the value of attribute command_name.
-
#with_spec ⇒ Object
Returns the value of attribute with_spec.
Method Summary
Methods included from IR
Instance Attribute Details
#command_name ⇒ Object
Returns the value of attribute command_name
6 7 8 |
# File 'lib/hecks/bluebook/process_manager.rb', line 6 def command_name @command_name end |
#with_spec ⇒ Object
Returns the value of attribute with_spec
6 7 8 |
# File 'lib/hecks/bluebook/process_manager.rb', line 6 def with_spec @with_spec end |