Class: Textus::Application::Caps::WriteCaps
- Inherits:
-
Data
- Object
- Data
- Textus::Application::Caps::WriteCaps
- Defined in:
- lib/textus/application/caps.rb
Instance Attribute Summary collapse
-
#audit_log ⇒ Object
readonly
Returns the value of attribute audit_log.
-
#authorizer ⇒ Object
readonly
Returns the value of attribute authorizer.
-
#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 Method Summary collapse
Instance Attribute Details
#audit_log ⇒ Object (readonly)
Returns the value of attribute audit_log
10 11 12 |
# File 'lib/textus/application/caps.rb', line 10 def audit_log @audit_log end |
#authorizer ⇒ Object (readonly)
Returns the value of attribute authorizer
10 11 12 |
# File 'lib/textus/application/caps.rb', line 10 def @authorizer end |
#events ⇒ Object (readonly)
Returns the value of attribute events
10 11 12 |
# File 'lib/textus/application/caps.rb', line 10 def events @events end |
#file_store ⇒ Object (readonly)
Returns the value of attribute file_store
10 11 12 |
# File 'lib/textus/application/caps.rb', line 10 def file_store @file_store end |
#manifest ⇒ Object (readonly)
Returns the value of attribute manifest
10 11 12 |
# File 'lib/textus/application/caps.rb', line 10 def manifest @manifest end |
#root ⇒ Object (readonly)
Returns the value of attribute root
10 11 12 |
# File 'lib/textus/application/caps.rb', line 10 def root @root end |
#schemas ⇒ Object (readonly)
Returns the value of attribute schemas
10 11 12 |
# File 'lib/textus/application/caps.rb', line 10 def schemas @schemas end |