Class: Igniter::Store::AccessPath

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cache_ttlObject

Returns the value of attribute cache_ttl

Returns:

  • (Object)

    the current value of cache_ttl



6
7
8
# File 'lib/igniter/store/access_path.rb', line 6

def cache_ttl
  @cache_ttl
end

#consumersObject

Returns the value of attribute consumers

Returns:

  • (Object)

    the current value of consumers



6
7
8
# File 'lib/igniter/store/access_path.rb', line 6

def consumers
  @consumers
end

#filtersObject

Returns the value of attribute filters

Returns:

  • (Object)

    the current value of filters



6
7
8
# File 'lib/igniter/store/access_path.rb', line 6

def filters
  @filters
end

#lookupObject

Returns the value of attribute lookup

Returns:

  • (Object)

    the current value of lookup



6
7
8
# File 'lib/igniter/store/access_path.rb', line 6

def lookup
  @lookup
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



6
7
8
# File 'lib/igniter/store/access_path.rb', line 6

def scope
  @scope
end

#storeObject

Returns the value of attribute store

Returns:

  • (Object)

    the current value of store



6
7
8
# File 'lib/igniter/store/access_path.rb', line 6

def store
  @store
end