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



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

def enabled
  @enabled
end

#redisObject

Returns the value of attribute redis

Returns:

  • (Object)

    the current value of redis



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

def redis
  @redis
end