Module: Moonshot::ResourcesHelper
- Included in:
- ArtifactRepository::S3Bucket, BuildMechanism::GithubRelease, BuildMechanism::Script, BuildMechanism::TravisDeploy, BuildMechanism::VersionProxy, DeploymentMechanism::CodeDeploy
- Defined in:
- lib/moonshot/resources_helper.rb
Overview
Provides shorthand methods for accessing resources provided by the Resources container.
Instance Attribute Summary collapse
-
#resources ⇒ Object
writeonly
Sets the attribute resources.
Instance Attribute Details
#resources=(value) ⇒ Object (writeonly)
Sets the attribute resources
7 8 9 |
# File 'lib/moonshot/resources_helper.rb', line 7 def resources=(value) @resources = value end |