Class: RLM::Config
- Inherits:
-
Object
- Object
- RLM::Config
- Defined in:
- lib/rlm/config.rb
Instance Attribute Summary collapse
-
#cache ⇒ Object
Returns the value of attribute cache.
-
#default_limits ⇒ Object
Returns the value of attribute default_limits.
- #logger ⇒ Object
-
#root_lm ⇒ Object
Returns the value of attribute root_lm.
-
#sandbox ⇒ Object
Returns the value of attribute sandbox.
-
#sub_lm ⇒ Object
Returns the value of attribute sub_lm.
-
#trace_store ⇒ Object
Returns the value of attribute trace_store.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
Instance Attribute Details
#cache ⇒ Object
Returns the value of attribute cache.
5 6 7 |
# File 'lib/rlm/config.rb', line 5 def cache @cache end |
#default_limits ⇒ Object
Returns the value of attribute default_limits.
5 6 7 |
# File 'lib/rlm/config.rb', line 5 def default_limits @default_limits end |
#logger ⇒ Object
18 19 20 |
# File 'lib/rlm/config.rb', line 18 def logger @logger ||= default_logger end |
#root_lm ⇒ Object
Returns the value of attribute root_lm.
5 6 7 |
# File 'lib/rlm/config.rb', line 5 def root_lm @root_lm end |
#sandbox ⇒ Object
Returns the value of attribute sandbox.
5 6 7 |
# File 'lib/rlm/config.rb', line 5 def sandbox @sandbox end |
#sub_lm ⇒ Object
Returns the value of attribute sub_lm.
5 6 7 |
# File 'lib/rlm/config.rb', line 5 def sub_lm @sub_lm end |
#trace_store ⇒ Object
Returns the value of attribute trace_store.
5 6 7 |
# File 'lib/rlm/config.rb', line 5 def trace_store @trace_store end |