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