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.
-
#job_store ⇒ Object
readonly
Returns the value of attribute job_store.
-
#layout ⇒ Object
readonly
Returns the value of attribute layout.
-
#schemas ⇒ Object
readonly
Returns the value of attribute schemas.
Instance Attribute Details
#audit_log ⇒ Object (readonly)
Returns the value of attribute audit_log
4 5 6 |
# File 'lib/textus/store/container.rb', line 4 def audit_log @audit_log end |
#file_store ⇒ Object (readonly)
Returns the value of attribute file_store
4 5 6 |
# File 'lib/textus/store/container.rb', line 4 def file_store @file_store end |
#job_store ⇒ Object (readonly)
Returns the value of attribute job_store
4 5 6 |
# File 'lib/textus/store/container.rb', line 4 def job_store @job_store end |
#layout ⇒ Object (readonly)
Returns the value of attribute layout
4 5 6 |
# File 'lib/textus/store/container.rb', line 4 def layout @layout end |
#schemas ⇒ Object (readonly)
Returns the value of attribute schemas
4 5 6 |
# File 'lib/textus/store/container.rb', line 4 def schemas @schemas end |