Method: Codebuild::Dsl::Project#github_url
- Defined in:
- lib/codebuild/dsl/project.rb
#github_url(url) ⇒ Object
Convenience wrapper methods
31 32 33 |
# File 'lib/codebuild/dsl/project.rb', line 31 def github_url(url) @properties[:source][:location] = url end |