Sha256: 7d95519ae15125f8b8cf565cf44f85ebd99af4bb14a327e331644ac5b000be14
Contents?: true
Size: 315 Bytes
Versions: 8
Compression:
Stored size: 315 Bytes
Contents
# rubocop:disable ClassAndModuleChildren module Aptible class Api::App < Api::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 end end
Version data entries
8 entries across 8 versions & 1 rubygems