Class: Textus::Protocol::Session::Bridge
- Inherits:
-
Data
- Object
- Data
- Textus::Protocol::Session::Bridge
- Defined in:
- lib/textus/protocol/session/bridge.rb
Instance Attribute Summary collapse
-
#container ⇒ Object
readonly
Returns the value of attribute container.
-
#gate ⇒ Object
readonly
Returns the value of attribute gate.
Instance Method Summary collapse
- #dispatch ⇒ Object
- #layout ⇒ Object
- #manifest ⇒ Object
- #root ⇒ Object
- #schemas ⇒ Object
- #store ⇒ Object
- #ttl_evaluator ⇒ Object
- #workflows ⇒ Object
Instance Attribute Details
#container ⇒ Object (readonly)
Returns the value of attribute container
1 2 3 |
# File 'lib/textus/protocol/session/bridge.rb', line 1 def container @container end |
#gate ⇒ Object (readonly)
Returns the value of attribute gate
1 2 3 |
# File 'lib/textus/protocol/session/bridge.rb', line 1 def gate @gate end |
Instance Method Details
#dispatch ⇒ Object
10 |
# File 'lib/textus/protocol/session/bridge.rb', line 10 def dispatch(...) = gate.dispatch(...) |
#layout ⇒ Object
5 |
# File 'lib/textus/protocol/session/bridge.rb', line 5 def layout = container.layout |
#manifest ⇒ Object
3 |
# File 'lib/textus/protocol/session/bridge.rb', line 3 def manifest = container.manifest |
#root ⇒ Object
7 |
# File 'lib/textus/protocol/session/bridge.rb', line 7 def root = container.root |
#schemas ⇒ Object
4 |
# File 'lib/textus/protocol/session/bridge.rb', line 4 def schemas = container.schemas |
#store ⇒ Object
2 |
# File 'lib/textus/protocol/session/bridge.rb', line 2 def store = container.store |
#ttl_evaluator ⇒ Object
8 |
# File 'lib/textus/protocol/session/bridge.rb', line 8 def ttl_evaluator = container.ttl_evaluator |
#workflows ⇒ Object
6 |
# File 'lib/textus/protocol/session/bridge.rb', line 6 def workflows = container.workflows |