Class: Dina::ObjectStore
- Defined in:
- lib/dina/models/object_store/object_store.rb
Instance Attribute Summary collapse
-
#accepted_types ⇒ Object
Returns the value of attribute accepted_types.
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
Instance Attribute Details
#accepted_types ⇒ Object
Returns the value of attribute accepted_types.
46 47 48 |
# File 'lib/dina/models/object_store/object_store.rb', line 46 def accepted_types @accepted_types end |
Class Method Details
.accepted_types ⇒ Object
56 57 58 59 60 61 62 63 64 65 |
# File 'lib/dina/models/object_store/object_store.rb', line 56 def self.accepted_types [ "IMAGE", "MOVING_IMAGE", "SOUND", "TEXT", "DATASET", "UNDETERMINED" ] end |
.endpoint_path ⇒ Object
48 49 50 |
# File 'lib/dina/models/object_store/object_store.rb', line 48 def self.endpoint_path "objectstore-api/" end |
.table_name ⇒ Object
52 53 54 |
# File 'lib/dina/models/object_store/object_store.rb', line 52 def self.table_name "metadata" end |