Module: Roby::Transaction::Proxying::Cache
- Included in:
- Models::PlanObject, PlanService
- Defined in:
- lib/roby/transaction/proxying.rb
Instance Attribute Summary collapse
-
#transaction_forwarder_module ⇒ Module?
The module used to transform proxies into call forwarder at commit time.
-
#transaction_proxy_module ⇒ Module?
The full module used to build transaction proxies for objects of this model.
Instance Attribute Details
#transaction_forwarder_module ⇒ Module?
The module used to transform proxies into call forwarder at commit time
It is initialized and used by Transaction::Proxying#forwarder_module_for
27 28 29 |
# File 'lib/roby/transaction/proxying.rb', line 27 def transaction_forwarder_module @transaction_forwarder_module end |
#transaction_proxy_module ⇒ Module?
The full module used to build transaction proxies for objects of this model
It is initialized and used by Transaction::Proxying#proxying_module_for
36 37 38 |
# File 'lib/roby/transaction/proxying.rb', line 36 def transaction_proxy_module @transaction_proxy_module end |