Class: Getv::Package::GitHub
- Inherits:
-
Getv::Package
- Object
- Getv::Package
- Getv::Package::GitHub
- Defined in:
- lib/getv/package/github.rb,
lib/getv/package/github/tag.rb,
lib/getv/package/github/commit.rb,
lib/getv/package/github/release.rb
Overview
Getv::Package::GitHub class
Defined Under Namespace
Instance Attribute Summary
Attributes inherited from Getv::Package
Instance Method Summary collapse
-
#initialize(name, opts = {}) ⇒ GitHub
constructor
A new instance of GitHub.
Methods inherited from Getv::Package
create, #defaults, #latest_version, #update_versions, #versions
Constructor Details
#initialize(name, opts = {}) ⇒ GitHub
Returns a new instance of GitHub.
7 8 9 |
# File 'lib/getv/package/github.rb', line 7 def initialize(name, opts = {}) super name, opts end |