Class: Dina::ObjectSubtype

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

Class Method Summary collapse

Methods inherited from BaseModel

custom_headers, #english_description, find_by_group, #french_description, #initialize, properties, site

Constructor Details

This class inherits a constructor from Dina::BaseModel

Class Method Details

.endpoint_pathObject



11
12
13
# File 'lib/dina/models/object_store/object_subtype.rb', line 11

def self.endpoint_path
  "objectstore-api/"
end

.table_nameObject



15
16
17
# File 'lib/dina/models/object_store/object_subtype.rb', line 15

def self.table_name
  "object-subtype"
end