Sha256: aa7ed6f3368e3a1467534d52cd786a6d26e5d996a903708dc6c95527b1979ec9
Contents?: true
Size: 426 Bytes
Versions: 6
Compression:
Stored size: 426 Bytes
Contents
module Aptible module Api class App < Resource belongs_to :account belongs_to :current_configuration belongs_to :current_image has_many :configurations has_many :images has_many :operations has_many :services field :id field :handle field :git_repo field :created_at, type: Time field :updated_at, type: Time field :status end end end
Version data entries
6 entries across 6 versions & 1 rubygems