Class: Dina::PcrPrimer
- Inherits:
-
BaseModel
- Object
- JsonApiClient::Resource
- BaseModel
- Dina::PcrPrimer
show all
- Defined in:
- lib/dina/models/sequence/pcr_primer.rb
Class Method Summary
collapse
Methods inherited from BaseModel
custom_headers, find_by_group, #initialize, properties, site
Class Method Details
.accepted_types ⇒ Object
49
50
51
52
53
54
55
56
57
|
# File 'lib/dina/models/sequence/pcr_primer.rb', line 49
def self.accepted_types
[
"PRIMER",
"MID",
"FUSION_PRIMER",
"ILLUMINA_INDEX",
"ITRU_PRIMER"
]
end
|
.endpoint_path ⇒ Object
41
42
43
|
# File 'lib/dina/models/sequence/pcr_primer.rb', line 41
def self.endpoint_path
"seqdb-api/"
end
|
.table_name ⇒ Object
45
46
47
|
# File 'lib/dina/models/sequence/pcr_primer.rb', line 45
def self.table_name
"pcr-primer"
end
|