Sha256: 83ba3acdd39f8a4c1dc6663412121aca6b31efda83178e1b08f40bc27efc660b

Contents?: true

Size: 259 Bytes

Versions: 7

Compression:

Stored size: 259 Bytes

Contents

module Hive
  module Representers
    module ArtifactRepresenter
      include Roar::JSON

      property :artifact_id
      property :job_id
      property :asset_file_name
      property :asset_content_type
      property :asset_file_size
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hive-messages-1.0.7 lib/hive/representers/artifact_representer.rb
hive-messages-1.0.6 lib/hive/representers/artifact_representer.rb
hive-messages-1.0.5 lib/hive/representers/artifact_representer.rb
hive-messages-1.0.4 lib/hive/representers/artifact_representer.rb
hive-messages-1.0.3 lib/hive/representers/artifact_representer.rb
hive-messages-1.0.2 lib/hive/representers/artifact_representer.rb
hive-messages-1.0.1 lib/hive/representers/artifact_representer.rb