Sha256: 244b67c425e45428246d17510e0262b43e0db6a31b7956b7290547eae21ec28d
Contents?: true
Size: 392 Bytes
Versions: 49
Compression:
Stored size: 392 Bytes
Contents
module Aptible module Api class Image < Resource belongs_to :app has_many :operations field :id field :git_repo field :git_ref field :docker_repo field :docker_ref field :dualstack_hint field :platform field :release field :scan field :created_at, type: Time field :updated_at, type: Time end end end
Version data entries
49 entries across 49 versions & 1 rubygems