Sha256: 047ec6e621cd25f6a0f4fec17e99190d95fca1745e5909308557f972bda3d393
Contents?: true
Size: 490 Bytes
Versions: 12
Compression:
Stored size: 490 Bytes
Contents
module Fog module Brightbox class Compute # @api private class Event < Fog::Brightbox::Model identity :id attribute :resource_type attribute :url attribute :action attribute :message attribute :short_message # Timestamps attribute :created_at, type: :time # Links attribute :affects attribute :resource attribute :client attribute :user end end end end
Version data entries
12 entries across 12 versions & 1 rubygems