Sha256: 8049afd48e07c5fd99181c2ea9fcfbaa6b77d8cd064734812c2b5e172600c446
Contents?: true
Size: 434 Bytes
Versions: 7
Compression:
Stored size: 434 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 :permissions has_many :services field :id field :handle field :git_repo field :created_at, type: Time field :updated_at, type: Time end end end
Version data entries
7 entries across 7 versions & 1 rubygems