Sha256: 9c3255acdbcdfc4a3b21276d6544f890580895c36c6f3a663813aa953a820959
Contents?: true
Size: 478 Bytes
Versions: 16
Compression:
Stored size: 478 Bytes
Contents
module Fog module Compute class Brightbox # @api private class Event < Fog::Brightbox::Model identity :id attribute :url attribute :resource_type attribute :action attribute :message attribute :short_message # Times attribute :created_at, :type => :time # Links - to be replaced attribute :resource attribute :client attribute :user end end end end
Version data entries
16 entries across 14 versions & 3 rubygems