Class: RailsZipApp
- Inherits:
-
Application
- Object
- Application
- RailsZipApp
- Defined in:
- lib/conan/manifest_builder.rb
Instance Attribute Summary collapse
-
#artifact_repo ⇒ Object
Returns the value of attribute artifact_repo.
-
#sha1 ⇒ Object
Returns the value of attribute sha1.
Attributes inherited from Application
#artifact_id, #artifact_meta_data, #extension, #group_id, #id, #platform_type, #version
Instance Method Summary collapse
-
#initialize(id, project_name, artifact_repo) ⇒ RailsZipApp
constructor
A new instance of RailsZipApp.
Methods inherited from Application
#compareVersion, #download, #findLatestVersion, #isDeployedAt, #readArtifactMetadata, #to_s
Constructor Details
#initialize(id, project_name, artifact_repo) ⇒ RailsZipApp
Returns a new instance of RailsZipApp.
367 368 369 370 371 |
# File 'lib/conan/manifest_builder.rb', line 367 def initialize(id, project_name, artifact_repo) super(id, project_name, :rails_zip) @sha1 = nil @artifact_repo = artifact_repo end |
Instance Attribute Details
#artifact_repo ⇒ Object
Returns the value of attribute artifact_repo.
365 366 367 |
# File 'lib/conan/manifest_builder.rb', line 365 def artifact_repo @artifact_repo end |
#sha1 ⇒ Object
Returns the value of attribute sha1.
365 366 367 |
# File 'lib/conan/manifest_builder.rb', line 365 def sha1 @sha1 end |