Class: Igniter::Store::AccessPath
- Inherits:
-
Struct
- Object
- Struct
- Igniter::Store::AccessPath
- Defined in:
- lib/igniter/store/access_path.rb
Overview
Engine routing descriptor: how the store routes scope queries for a given store/scope pair.
Instance Attribute Summary collapse
-
#cache_ttl ⇒ Object
Returns the value of attribute cache_ttl.
-
#consumers ⇒ Object
Returns the value of attribute consumers.
-
#filters ⇒ Object
Returns the value of attribute filters.
-
#lookup ⇒ Object
Returns the value of attribute lookup.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#store ⇒ Object
Returns the value of attribute store.
Instance Attribute Details
#cache_ttl ⇒ Object
Returns the value of attribute cache_ttl
6 7 8 |
# File 'lib/igniter/store/access_path.rb', line 6 def cache_ttl @cache_ttl end |
#consumers ⇒ Object
Returns the value of attribute consumers
6 7 8 |
# File 'lib/igniter/store/access_path.rb', line 6 def consumers @consumers end |
#filters ⇒ Object
Returns the value of attribute filters
6 7 8 |
# File 'lib/igniter/store/access_path.rb', line 6 def filters @filters end |
#lookup ⇒ Object
Returns the value of attribute lookup
6 7 8 |
# File 'lib/igniter/store/access_path.rb', line 6 def lookup @lookup end |
#scope ⇒ Object
Returns the value of attribute scope
6 7 8 |
# File 'lib/igniter/store/access_path.rb', line 6 def scope @scope end |
#store ⇒ Object
Returns the value of attribute store
6 7 8 |
# File 'lib/igniter/store/access_path.rb', line 6 def store @store end |