Class: TFSGraph::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/tfs_graph/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#redisObject

Returns the value of attribute redis.



4
5
6
# File 'lib/tfs_graph/config.rb', line 4

def redis
  @redis
end

#tfsObject

Returns the value of attribute tfs.



3
4
5
# File 'lib/tfs_graph/config.rb', line 3

def tfs
  @tfs
end