Sha256: 31038ba109ba290b8fce84c4f6e2872918ffea25758d062e078d9d183f344a9b
Contents?: true
Size: 493 Bytes
Versions: 54
Compression:
Stored size: 493 Bytes
Contents
class Ey::Core::Client::ApplicationDeployment < Ey::Core::Model extend Ey::Core::Associations identity :id attribute :commit attribute :created_at, type: :time attribute :finished_at, type: :time attribute :migrate_command attribute :ref attribute :serverside_version attribute :started_at, type: :time attribute :successful, type: :boolean has_one :application has_one :archive, resource: :application_archive, collection: :application_archives has_one :task end
Version data entries
54 entries across 54 versions & 3 rubygems