Class: ROM::LDAP::Commands::Update

Inherits:
Commands::Update
  • Object
show all
Defined in:
lib/rom/ldap/commands/update.rb

Instance Method Summary collapse

Instance Method Details

#execute(tuple) ⇒ Object



14
15
16
# File 'lib/rom/ldap/commands/update.rb', line 14

def execute(tuple)
  update(input[tuple].to_h)
end