Class: Dina::File
Class Method Summary
collapse
Methods inherited from BaseModel
find_by_group, #initialize, properties, site
Class Method Details
71
72
73
|
# File 'lib/dina/models/object_store/file.rb', line 71
def self.
{ content_type: "multipart/form-data", authorization: Dina. }
end
|
.endpoint_path ⇒ Object
63
64
65
|
# File 'lib/dina/models/object_store/file.rb', line 63
def self.endpoint_path
"objectstore-api/"
end
|
.table_name ⇒ Object
67
68
69
|
# File 'lib/dina/models/object_store/file.rb', line 67
def self.table_name
"file"
end
|