Class: UU::BinaryStore::BinaryStoreControl::BinaryStoreAttributes
- Inherits:
-
OS::REST::DTO
- Object
- OS::REST::DTO
- UU::BinaryStore::BinaryStoreControl::BinaryStoreAttributes
- Defined in:
- lib/uu_binarystore/binary_store_control/binary_store_attributes.rb
Overview
DTO representing binary store attributes.
Instance Attribute Summary collapse
-
#access_group_uri ⇒ UU::OS::UESURI
URI of group which granted access to binary_store.
-
#allocated_size ⇒ Object
Allocated size of the binary store (in megabytes) - s.
-
#code ⇒ String
Code of the binary store.
-
#current_size ⇒ Fixnum
Current size of the binary store (in megabytes).
-
#description ⇒ String
Description of the binary store.
-
#max_object_size ⇒ Fixnum
Maximum size of binary data, which can be saved to the binary store (in megabytes).
-
#max_size ⇒ Fixnum
Maximum size of the binary store (in megabytes).
-
#name ⇒ String
Name of the binary store.
-
#object_count ⇒ Fixnum
Current count of binary stores.
-
#repository_uri ⇒ UU::OS::UESURI
URI of binary store repository to which binary store belongs.
-
#uri ⇒ UU::OS::UESURI
URI of the binary store.
Instance Attribute Details
#access_group_uri ⇒ UU::OS::UESURI
URI of group which granted access to binary_store
64 65 66 |
# File 'lib/uu_binarystore/binary_store_control/binary_store_attributes.rb', line 64 def access_group_uri @access_group_uri end |
#allocated_size ⇒ Object
Allocated size of the binary store (in megabytes) - s
49 50 51 |
# File 'lib/uu_binarystore/binary_store_control/binary_store_attributes.rb', line 49 def allocated_size @allocated_size end |
#code ⇒ String
Code of the binary store.
25 26 27 |
# File 'lib/uu_binarystore/binary_store_control/binary_store_attributes.rb', line 25 def code @code end |
#current_size ⇒ Fixnum
Current size of the binary store (in megabytes).
45 46 47 |
# File 'lib/uu_binarystore/binary_store_control/binary_store_attributes.rb', line 45 def current_size @current_size end |
#description ⇒ String
Description of the binary store.
30 31 32 |
# File 'lib/uu_binarystore/binary_store_control/binary_store_attributes.rb', line 30 def description @description end |
#max_object_size ⇒ Fixnum
Maximum size of binary data, which can be saved to the binary store (in megabytes).
40 41 42 |
# File 'lib/uu_binarystore/binary_store_control/binary_store_attributes.rb', line 40 def max_object_size @max_object_size end |
#max_size ⇒ Fixnum
Maximum size of the binary store (in megabytes).
35 36 37 |
# File 'lib/uu_binarystore/binary_store_control/binary_store_attributes.rb', line 35 def max_size @max_size end |
#name ⇒ String
Name of the binary store.
20 21 22 |
# File 'lib/uu_binarystore/binary_store_control/binary_store_attributes.rb', line 20 def name @name end |
#object_count ⇒ Fixnum
Current count of binary stores.
54 55 56 |
# File 'lib/uu_binarystore/binary_store_control/binary_store_attributes.rb', line 54 def object_count @object_count end |
#repository_uri ⇒ UU::OS::UESURI
URI of binary store repository to which binary store belongs
59 60 61 |
# File 'lib/uu_binarystore/binary_store_control/binary_store_attributes.rb', line 59 def repository_uri @repository_uri end |
#uri ⇒ UU::OS::UESURI
URI of the binary store.
15 16 17 |
# File 'lib/uu_binarystore/binary_store_control/binary_store_attributes.rb', line 15 def uri @uri end |