Module: LogCabin::Modules::GithubRelease
- Defined in:
- lib/prospectus/modules/github_release.rb
Overview
Pull state from a GitHub release
Instance Method Summary collapse
Instance Method Details
#load! ⇒ Object
12 13 14 15 |
# File 'lib/prospectus/modules/github_release.rb', line 12 def load! fail('No repo specified') unless @repo @state.value = regex_helper(release) end |