Class: Statisfy::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/statisfy/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



11
12
13
# File 'lib/statisfy/configuration.rb', line 11

def initialize
  @default_async_method = :perform_async
end

Instance Attribute Details

#append_to_countersObject

Returns the value of attribute append_to_counters.



3
4
5
# File 'lib/statisfy/configuration.rb', line 3

def append_to_counters
  @append_to_counters
end

#counters_pathObject

Returns the value of attribute counters_path.



3
4
5
# File 'lib/statisfy/configuration.rb', line 3

def counters_path
  @counters_path
end

#default_async_methodObject

Returns the value of attribute default_async_method.



3
4
5
# File 'lib/statisfy/configuration.rb', line 3

def default_async_method
  @default_async_method
end

#default_scopesObject

Returns the value of attribute default_scopes.



3
4
5
# File 'lib/statisfy/configuration.rb', line 3

def default_scopes
  @default_scopes
end

#redis_clientObject

Returns the value of attribute redis_client.



3
4
5
# File 'lib/statisfy/configuration.rb', line 3

def redis_client
  @redis_client
end