Class: Dina::File
Class Method Summary
collapse
Methods inherited from BaseModel
find_by_group, #initialize, properties, site
Class Method Details
29
30
31
|
# File 'lib/dina/models/object_store/file.rb', line 29
def self.
{ content_type: "multipart/form-data", authorization: Dina. }
end
|
.endpoint_path ⇒ Object
21
22
23
|
# File 'lib/dina/models/object_store/file.rb', line 21
def self.endpoint_path
"objectstore-api/"
end
|
.table_name ⇒ Object
25
26
27
|
# File 'lib/dina/models/object_store/file.rb', line 25
def self.table_name
"file"
end
|