Class: Gremlin::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/gremlin.rb

Instance Attribute Summary collapse

Instance Attribute Details

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



57
58
59
# File 'lib/gremlin.rb', line 57

def enabled
  @enabled
end

#redisObject

Returns the value of attribute redis

Returns:

  • (Object)

    the current value of redis



57
58
59
# File 'lib/gremlin.rb', line 57

def redis
  @redis
end