Class: Textus::Protocol::Builder::Runtime::Components
- Inherits:
-
Data
- Object
- Data
- Textus::Protocol::Builder::Runtime::Components
- Defined in:
- lib/textus/protocol/builder/runtime.rb
Instance Attribute Summary collapse
-
#container ⇒ Object
readonly
Returns the value of attribute container.
-
#gate ⇒ Object
readonly
Returns the value of attribute gate.
-
#store_engine ⇒ Object
readonly
Returns the value of attribute store_engine.
-
#ttl_evaluator ⇒ Object
readonly
Returns the value of attribute ttl_evaluator.
Instance Attribute Details
#container ⇒ Object (readonly)
Returns the value of attribute container
5 6 7 |
# File 'lib/textus/protocol/builder/runtime.rb', line 5 def container @container end |
#gate ⇒ Object (readonly)
Returns the value of attribute gate
5 6 7 |
# File 'lib/textus/protocol/builder/runtime.rb', line 5 def gate @gate end |
#store_engine ⇒ Object (readonly)
Returns the value of attribute store_engine
5 6 7 |
# File 'lib/textus/protocol/builder/runtime.rb', line 5 def store_engine @store_engine end |
#ttl_evaluator ⇒ Object (readonly)
Returns the value of attribute ttl_evaluator
5 6 7 |
# File 'lib/textus/protocol/builder/runtime.rb', line 5 def ttl_evaluator @ttl_evaluator end |