Class: Planet::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#branchObject

Returns the value of attribute branch.



13
14
15
# File 'lib/planet.rb', line 13

def branch
  @branch
end

#keyObject

Returns the value of attribute key.



13
14
15
# File 'lib/planet.rb', line 13

def key
  @key
end

#repositoryObject

Returns the value of attribute repository.



13
14
15
# File 'lib/planet.rb', line 13

def repository
  @repository
end