Class: Hecks::Bluebook::MetaValidator::Plan::Append
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Bluebook::MetaValidator::Plan::Append
- Defined in:
- lib/hecks/bluebook/meta_validator/plan.rb
Overview
One append command: the verb, and the value-object-field -> argument map.
Instance Attribute Summary collapse
-
#map ⇒ Object
Returns the value of attribute map.
-
#verb ⇒ Object
Returns the value of attribute verb.
Instance Attribute Details
#map ⇒ Object
Returns the value of attribute map
38 39 40 |
# File 'lib/hecks/bluebook/meta_validator/plan.rb', line 38 def map @map end |
#verb ⇒ Object
Returns the value of attribute verb
38 39 40 |
# File 'lib/hecks/bluebook/meta_validator/plan.rb', line 38 def verb @verb end |