Class: Textus::Store::Container::Infrastructure
- Inherits:
-
Data
- Object
- Data
- Textus::Store::Container::Infrastructure
- Defined in:
- lib/textus/store/container.rb
Instance Attribute Summary collapse
-
#audit_log ⇒ Object
readonly
Returns the value of attribute audit_log.
-
#file_store ⇒ Object
readonly
Returns the value of attribute file_store.
-
#geometry ⇒ Object
readonly
Returns the value of attribute geometry.
-
#job_store ⇒ Object
readonly
Returns the value of attribute job_store.
-
#schemas ⇒ Object
readonly
Returns the value of attribute schemas.
Instance Attribute Details
#audit_log ⇒ Object (readonly)
Returns the value of attribute audit_log
6 7 8 |
# File 'lib/textus/store/container.rb', line 6 def audit_log @audit_log end |
#file_store ⇒ Object (readonly)
Returns the value of attribute file_store
6 7 8 |
# File 'lib/textus/store/container.rb', line 6 def file_store @file_store end |
#geometry ⇒ Object (readonly)
Returns the value of attribute geometry
6 7 8 |
# File 'lib/textus/store/container.rb', line 6 def geometry @geometry end |
#job_store ⇒ Object (readonly)
Returns the value of attribute job_store
6 7 8 |
# File 'lib/textus/store/container.rb', line 6 def job_store @job_store end |
#schemas ⇒ Object (readonly)
Returns the value of attribute schemas
6 7 8 |
# File 'lib/textus/store/container.rb', line 6 def schemas @schemas end |