Class: Metafrazo::Config
- Inherits:
-
Object
- Object
- Metafrazo::Config
- Defined in:
- lib/metafrazo/config.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#paths ⇒ Object
Returns the value of attribute paths.
-
#repos ⇒ Object
Returns the value of attribute repos.
-
#token ⇒ Object
Returns the value of attribute token.
-
#usernames ⇒ Object
Returns the value of attribute usernames.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path.
3 4 5 |
# File 'lib/metafrazo/config.rb', line 3 def path @path end |
#paths ⇒ Object
Returns the value of attribute paths.
3 4 5 |
# File 'lib/metafrazo/config.rb', line 3 def paths @paths end |
#repos ⇒ Object
Returns the value of attribute repos.
3 4 5 |
# File 'lib/metafrazo/config.rb', line 3 def repos @repos end |
#token ⇒ Object
Returns the value of attribute token.
3 4 5 |
# File 'lib/metafrazo/config.rb', line 3 def token @token end |
#usernames ⇒ Object
Returns the value of attribute usernames.
3 4 5 |
# File 'lib/metafrazo/config.rb', line 3 def usernames @usernames end |