Class: Textus::Protocol::Builder::Runtime::Components

Inherits:
Data
  • Object
show all
Defined in:
lib/textus/protocol/builder/runtime.rb

Instance Attribute Summary collapse

Instance Attribute Details

#containerObject (readonly)

Returns the value of attribute container

Returns:

  • (Object)

    the current value of container



5
6
7
# File 'lib/textus/protocol/builder/runtime.rb', line 5

def container
  @container
end

#gateObject (readonly)

Returns the value of attribute gate

Returns:

  • (Object)

    the current value of gate



5
6
7
# File 'lib/textus/protocol/builder/runtime.rb', line 5

def gate
  @gate
end

#store_engineObject (readonly)

Returns the value of attribute store_engine

Returns:

  • (Object)

    the current value of store_engine



5
6
7
# File 'lib/textus/protocol/builder/runtime.rb', line 5

def store_engine
  @store_engine
end

#ttl_evaluatorObject (readonly)

Returns the value of attribute ttl_evaluator

Returns:

  • (Object)

    the current value of ttl_evaluator



5
6
7
# File 'lib/textus/protocol/builder/runtime.rb', line 5

def ttl_evaluator
  @ttl_evaluator
end