Sha256: a882c3f5f8f36d5c4f6ac735b2251fb672ce8383b6e086956497a30c7d8764b8
Contents?: true
Size: 380 Bytes
Versions: 16
Compression:
Stored size: 380 Bytes
Contents
module Aptible module Api class Backup < Resource belongs_to :account belongs_to :database belongs_to :database_image has_many :operations has_one :copied_from has_many :copies field :id field :aws_snapshot_id field :aws_region field :created_at, type: Time field :updated_at, type: Time end end end
Version data entries
16 entries across 16 versions & 1 rubygems