Class: Gremlin::Config
- Inherits:
-
Struct
- Object
- Struct
- Gremlin::Config
- Defined in:
- lib/gremlin.rb
Instance Attribute Summary collapse
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#redis ⇒ Object
Returns the value of attribute redis.
Instance Attribute Details
#enabled ⇒ Object
Returns the value of attribute enabled
58 59 60 |
# File 'lib/gremlin.rb', line 58 def enabled @enabled end |
#redis ⇒ Object
Returns the value of attribute redis
58 59 60 |
# File 'lib/gremlin.rb', line 58 def redis @redis end |