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
57 58 59 |
# File 'lib/gremlin.rb', line 57 def enabled @enabled end |
#redis ⇒ Object
Returns the value of attribute redis
57 58 59 |
# File 'lib/gremlin.rb', line 57 def redis @redis end |