Sha256: cd47ced7cef9f2e186e061c18c830c2d077be3cece474f725fc01f9f612dbccf

Contents?: true

Size: 509 Bytes

Versions: 4

Compression:

Stored size: 509 Bytes

Contents

require "fog/brightbox/model"

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

4 entries across 4 versions & 2 rubygems

Version Path
fog-brightbox-0.7.2 lib/fog/brightbox/models/compute/event.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-brightbox-0.7.1/lib/fog/brightbox/models/compute/event.rb
fog-brightbox-0.7.1 lib/fog/brightbox/models/compute/event.rb
fog-brightbox-0.7.0 lib/fog/brightbox/models/compute/event.rb