class GoApiClient::Domain::Artifact

Attributes

artifact_type[RW]
base_uri[RW]
dest[RW]
src[RW]

Public Class Methods

new(attributes) click to toggle source
Calls superclass method GoApiClient::AttributeHelper::new
# File lib/go_api_client/domain/artifact.rb, line 7
def initialize(attributes)
  super(attributes)
end

Public Instance Methods

as_zip_file_url() click to toggle source
# File lib/go_api_client/domain/artifact.rb, line 11
def as_zip_file_url
  "#{File.join(base_uri, src)}.zip"
end