Sha256: d3f872a5560419a5f0a223f0185162eabe155bd47f2399ad88fe7b709cab7063
Contents?: true
Size: 478 Bytes
Versions: 11
Compression:
Stored size: 478 Bytes
Contents
module Fog module Brightbox class Compute # @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
11 entries across 11 versions & 1 rubygems