Sha256: 0f2f73d7064064bd65e1d122d885e29c0e028b1f69f08d27615363c4b35a465a

Contents?: true

Size: 462 Bytes

Versions: 2

Compression:

Stored size: 462 Bytes

Contents

module Aptible
  module Api
    class App < Resource
      belongs_to :account
      belongs_to :current_configuration
      belongs_to :current_image
      embeds_one :last_operation
      has_many :configurations
      has_many :images
      has_many :operations
      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

2 entries across 2 versions & 1 rubygems

Version Path
aptible-api-0.7.9 lib/aptible/api/app.rb
aptible-api-0.7.8 lib/aptible/api/app.rb