Class: AssayDepot::AddNote

Inherits:
Object
  • Object
show all
Includes:
SearchModel
Defined in:
lib/assaydepot/endpoints.rb

Class Method Summary collapse

Methods included from SearchModel

#facets, #find, included, #initialize, #internal_results, #where

Class Method Details

.endpoint(id, format = "json") ⇒ Object



58
59
60
# File 'lib/assaydepot/endpoints.rb', line 58

def self.endpoint(id, format="json")
  "/quote_groups/#{id}/add_note.#{format}"
end

.ref_nameObject



62
63
64
# File 'lib/assaydepot/endpoints.rb', line 62

def self.ref_name
  "quote_group_refs"
end