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