Class: Dina::Derivative

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/dina/models/derivative.rb

Class Method Summary collapse

Methods inherited from BaseModel

custom_headers, #english_description, find_by_group, #french_description, site

Class Method Details

.endpoint_pathObject



17
18
19
# File 'lib/dina/models/derivative.rb', line 17

def self.endpoint_path
  "objectstore-api/"
end

.table_nameObject



21
22
23
# File 'lib/dina/models/derivative.rb', line 21

def self.table_name
  "derivative"
end