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



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

def enabled
  @enabled
end

#redisObject

Returns the value of attribute redis

Returns:

  • (Object)

    the current value of redis



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

def redis
  @redis
end