Sha256: 3eac8603465138d10073783156db0541d3610f90cc7d0dcf3a75a5e97f9f357f
Contents?: true
Size: 386 Bytes
Versions: 14
Compression:
Stored size: 386 Bytes
Contents
module Aptible module Api class LogDrain < Resource belongs_to :account has_many :operations field :id field :handle field :drain_type field :drain_host field :drain_port field :drain_username field :drain_password field :created_at, type: Time field :updated_at, type: Time field :status end end end
Version data entries
14 entries across 14 versions & 1 rubygems