Method: Sendgrid::Web::Parameters#update

Defined in:
lib/sendgrid/web/parameters.rb

#update(hash = {}) ⇒ Object



23
24
25
# File 'lib/sendgrid/web/parameters.rb', line 23

def update(hash = {})
  super(_cleanse(hash))
end