Class: RailsZipApp

Inherits:
Application show all
Defined in:
lib/conan/manifest_builder.rb

Instance Attribute Summary collapse

Attributes inherited from Application

#artifact_id, #artifact_meta_data, #extension, #group_id, #id, #platform_type, #url_segment, #version

Instance Method Summary collapse

Methods inherited from Application

#compareVersion, #download, #findRequestedVersion, #isDeployedAt, #readArtifactMetadata, #to_s

Constructor Details

#initialize(id, project_name, artifact_repo, url_segment = nil) ⇒ RailsZipApp

Returns a new instance of RailsZipApp.



400
401
402
403
404
# File 'lib/conan/manifest_builder.rb', line 400

def initialize(id, project_name, artifact_repo, url_segment=nil)
  super(id, project_name, :rails_zip, url_segment)
  @sha1 = nil
  @artifact_repo = artifact_repo
end

Instance Attribute Details

#artifact_repoObject

Returns the value of attribute artifact_repo.



398
399
400
# File 'lib/conan/manifest_builder.rb', line 398

def artifact_repo
  @artifact_repo
end

#sha1Object

Returns the value of attribute sha1.



398
399
400
# File 'lib/conan/manifest_builder.rb', line 398

def sha1
  @sha1
end