Class: TFSGraph::Config
- Inherits:
-
Object
- Object
- TFSGraph::Config
- Defined in:
- lib/tfs_graph/config.rb
Instance Attribute Summary collapse
-
#redis ⇒ Object
Returns the value of attribute redis.
-
#tfs ⇒ Object
Returns the value of attribute tfs.
Instance Attribute Details
#redis ⇒ Object
Returns the value of attribute redis.
4 5 6 |
# File 'lib/tfs_graph/config.rb', line 4 def redis @redis end |
#tfs ⇒ Object
Returns the value of attribute tfs.
3 4 5 |
# File 'lib/tfs_graph/config.rb', line 3 def tfs @tfs end |