Class: Dina::StorageUnit
- Inherits:
-
BaseModel
- Object
- JsonApiClient::Resource
- BaseModel
- Dina::StorageUnit
show all
- Defined in:
- lib/dina/models/storage_unit.rb
Class Method Summary
collapse
Methods inherited from BaseModel
custom_headers, #english_description, find_by_group, #french_description, site
Class Method Details
.endpoint_path ⇒ Object
18
19
20
|
# File 'lib/dina/models/storage_unit.rb', line 18
def self.endpoint_path
"collection-api/"
end
|
.table_name ⇒ Object
22
23
24
|
# File 'lib/dina/models/storage_unit.rb', line 22
def self.table_name
"storage-unit"
end
|