Module: Conglomerate::CommandBuilder::BuildOverride

Defined in:
lib/conglomerate/ext/commands.rb

Instance Method Summary collapse

Instance Method Details

#build(attrs = {}) ⇒ Object



19
20
21
22
23
24
# File 'lib/conglomerate/ext/commands.rb', line 19

def build(attrs = {})
  instance_variable_set("@objects", nil)
  super(attrs.merge({
    :rel => _builder_name
  }))
end