Class: Textus::Application::Caps::ReadCaps
- Inherits:
-
Data
- Object
- Data
- Textus::Application::Caps::ReadCaps
- Defined in:
- lib/textus/application/caps.rb
Instance Attribute Summary collapse
-
#audit_log ⇒ Object
readonly
Returns the value of attribute audit_log.
-
#events ⇒ Object
readonly
Returns the value of attribute events.
-
#file_store ⇒ Object
readonly
Returns the value of attribute file_store.
-
#manifest ⇒ Object
readonly
Returns the value of attribute manifest.
-
#root ⇒ Object
readonly
Returns the value of attribute root.
-
#schemas ⇒ Object
readonly
Returns the value of attribute schemas.
Instance Attribute Details
#audit_log ⇒ Object (readonly)
Returns the value of attribute audit_log
8 9 10 |
# File 'lib/textus/application/caps.rb', line 8 def audit_log @audit_log end |
#events ⇒ Object (readonly)
Returns the value of attribute events
8 9 10 |
# File 'lib/textus/application/caps.rb', line 8 def events @events end |
#file_store ⇒ Object (readonly)
Returns the value of attribute file_store
8 9 10 |
# File 'lib/textus/application/caps.rb', line 8 def file_store @file_store end |
#manifest ⇒ Object (readonly)
Returns the value of attribute manifest
8 9 10 |
# File 'lib/textus/application/caps.rb', line 8 def manifest @manifest end |
#root ⇒ Object (readonly)
Returns the value of attribute root
8 9 10 |
# File 'lib/textus/application/caps.rb', line 8 def root @root end |
#schemas ⇒ Object (readonly)
Returns the value of attribute schemas
8 9 10 |
# File 'lib/textus/application/caps.rb', line 8 def schemas @schemas end |