Class: GithubGo2Rpm::Repository
- Inherits:
-
Object
- Object
- GithubGo2Rpm::Repository
- Defined in:
- lib/githubgo2rpm.rb
Instance Attribute Summary collapse
-
#details ⇒ Object
readonly
Returns the value of attribute details.
Instance Method Summary collapse
-
#initialize(repository) ⇒ Repository
constructor
A new instance of Repository.
Constructor Details
#initialize(repository) ⇒ Repository
Returns a new instance of Repository.
9 10 11 12 |
# File 'lib/githubgo2rpm.rb', line 9 def initialize(repository) @repo = repository fetch end |
Instance Attribute Details
#details ⇒ Object (readonly)
Returns the value of attribute details.
7 8 9 |
# File 'lib/githubgo2rpm.rb', line 7 def details @details end |