Class: Hecks::Bluebook::MetaValidator::Plan::Append

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#mapObject

Returns the value of attribute map

Returns:

  • (Object)

    the current value of map



38
39
40
# File 'lib/hecks/bluebook/meta_validator/plan.rb', line 38

def map
  @map
end

#verbObject

Returns the value of attribute verb

Returns:

  • (Object)

    the current value of verb



38
39
40
# File 'lib/hecks/bluebook/meta_validator/plan.rb', line 38

def verb
  @verb
end