Class: Dina::CollectingEvent

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

Class Method Summary collapse

Methods inherited from BaseModel

custom_headers, find_by_group, #initialize, properties, site

Constructor Details

This class inherits a constructor from Dina::BaseModel

Class Method Details

.endpoint_pathObject



56
57
58
# File 'lib/dina/models/material_sample/collecting_event.rb', line 56

def self.endpoint_path
  "collection-api/"
end

.table_nameObject



60
61
62
# File 'lib/dina/models/material_sample/collecting_event.rb', line 60

def self.table_name
  "collecting-event"
end