Sha256: 502bd7ffb226ac5eb80e544517506ef62f11d208086d7074b60dd674cadb38ee
Contents?: true
Size: 493 Bytes
Versions: 20
Compression:
Stored size: 493 Bytes
Contents
module Aptible module Api class Service < Resource belongs_to :account belongs_to :app belongs_to :database belongs_to :current_release has_many :vhosts has_many :operations has_many :releases field :id field :handle field :docker_repo field :docker_ref field :process_type field :command field :container_count field :created_at, type: Time field :updated_at, type: Time end end end
Version data entries
20 entries across 20 versions & 1 rubygems