Class: Planet::Configuration
- Inherits:
-
Object
- Object
- Planet::Configuration
- Defined in:
- lib/planet.rb
Instance Attribute Summary collapse
-
#branch ⇒ Object
Returns the value of attribute branch.
-
#key ⇒ Object
Returns the value of attribute key.
-
#repository ⇒ Object
Returns the value of attribute repository.
Instance Attribute Details
#branch ⇒ Object
Returns the value of attribute branch.
13 14 15 |
# File 'lib/planet.rb', line 13 def branch @branch end |
#key ⇒ Object
Returns the value of attribute key.
13 14 15 |
# File 'lib/planet.rb', line 13 def key @key end |
#repository ⇒ Object
Returns the value of attribute repository.
13 14 15 |
# File 'lib/planet.rb', line 13 def repository @repository end |