Class: Hecks::Bluebook::MetaValidator::Plan::Setter
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Bluebook::MetaValidator::Plan::Setter
- Defined in:
- lib/hecks/bluebook/meta_validator/plan.rb
Overview
One setting command. targets is target -> argument ; Lifecycle sets two
fields in a single command, so it is a map rather than a pair.
Instance Attribute Summary collapse
-
#targets ⇒ Object
Returns the value of attribute targets.
-
#verb ⇒ Object
Returns the value of attribute verb.
Instance Attribute Details
#targets ⇒ Object
Returns the value of attribute targets
42 43 44 |
# File 'lib/hecks/bluebook/meta_validator/plan.rb', line 42 def targets @targets end |
#verb ⇒ Object
Returns the value of attribute verb
42 43 44 |
# File 'lib/hecks/bluebook/meta_validator/plan.rb', line 42 def verb @verb end |