Module: LabWhereClient::EndpointUpdateActions::ClassMethods

Defined in:
lib/lab_where_client.rb

Instance Method Summary collapse

Instance Method Details

#update(target, params) ⇒ Object



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

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