Class: Metafrazo::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path.



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

def path
  @path
end

#pathsObject

Returns the value of attribute paths.



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

def paths
  @paths
end

#reposObject

Returns the value of attribute repos.



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

def repos
  @repos
end

#tokenObject

Returns the value of attribute token.



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

def token
  @token
end

#usernamesObject

Returns the value of attribute usernames.



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

def usernames
  @usernames
end