Sha256: dfda2be3ddc5cd4b8bd3805f45ad980770489f8426e52c07cd4049df3531d8b4

Contents?: true

Size: 287 Bytes

Versions: 1

Compression:

Stored size: 287 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 :permissions
      has_many :releases
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aptible-api-0.5.0 lib/aptible/api/service.rb