Class: Textus::Application::Caps::HookCaps
- Inherits:
-
Data
- Object
- Data
- Textus::Application::Caps::HookCaps
- Defined in:
- lib/textus/application/caps.rb
Instance Attribute Summary collapse
-
#events ⇒ Object
readonly
Returns the value of attribute events.
-
#manifest ⇒ Object
readonly
Returns the value of attribute manifest.
-
#root ⇒ Object
readonly
Returns the value of attribute root.
-
#rpc ⇒ Object
readonly
Returns the value of attribute rpc.
Instance Attribute Details
#events ⇒ Object (readonly)
Returns the value of attribute events
22 23 24 |
# File 'lib/textus/application/caps.rb', line 22 def events @events end |
#manifest ⇒ Object (readonly)
Returns the value of attribute manifest
22 23 24 |
# File 'lib/textus/application/caps.rb', line 22 def manifest @manifest end |
#root ⇒ Object (readonly)
Returns the value of attribute root
22 23 24 |
# File 'lib/textus/application/caps.rb', line 22 def root @root end |
#rpc ⇒ Object (readonly)
Returns the value of attribute rpc
22 23 24 |
# File 'lib/textus/application/caps.rb', line 22 def rpc @rpc end |