Module: LabWhereClient::EndpointUpdateActions::ClassMethods

Defined in:
lib/lab_where_client.rb

Instance Method Summary collapse

Instance Method Details

#update(target, params) ⇒ Object



80
81
82
83
# File 'lib/lab_where_client.rb', line 80

def update(target, params)
  attrs = LabWhere.new.put(self, target, params)
  new(attrs) unless attrs.nil?
end