Sha256: 6c3d4e7c5ecfb9300087a77a122b4a944a4a270247aae823a82163fee95201d6

Contents?: true

Size: 459 Bytes

Versions: 1

Compression:

Stored size: 459 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_one :last_operation
      embeds_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

1 entries across 1 versions & 1 rubygems

Version Path
aptible-api-0.7.7 lib/aptible/api/app.rb