Class: Dina::StorageUnitType
- Inherits:
-
BaseModel
- Object
- JsonApiClient::Resource
- BaseModel
- Dina::StorageUnitType
show all
- Defined in:
- lib/dina/models/storage_unit_type.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
15
16
17
|
# File 'lib/dina/models/storage_unit_type.rb', line 15
def self.endpoint_path
"collection-api/"
end
|
.table_name ⇒ Object
19
20
21
|
# File 'lib/dina/models/storage_unit_type.rb', line 19
def self.table_name
"storage-unit-type"
end
|