Sha256: 728f7609b964f0287e49151a2aecb47c7d18c5e30b584aa6ee73de796954e1bd

Contents?: true

Size: 489 Bytes

Versions: 27

Compression:

Stored size: 489 Bytes

Contents

module Fog
  module Compute
    class Ecloud
      class ApiKey < Fog::Ecloud::Model
        identity :href

        attribute :name, :aliases => :Name
        attribute :type, :aliases => :Type
        attribute :other_links, :aliases => :Links
        attribute :access_key, :aliases => :AccessKey
        attribute :status, :aliases => :Status
        attribute :private_key, :aliases => :PrivateKey

        def id
          href.scan(/\d+/)[0]
        end
      end
    end
  end
end

Version data entries

27 entries across 25 versions & 6 rubygems

Version Path
ns-fog-1.22.7 lib/fog/ecloud/models/compute/api_key.rb
ns-fog-1.22.6 lib/fog/ecloud/models/compute/api_key.rb
fog-1.23.0 lib/fog/ecloud/models/compute/api_key.rb
ns-fog-1.22.4 lib/fog/ecloud/models/compute/api_key.rb
ns-fog-1.22.3 lib/fog/ecloud/models/compute/api_key.rb
ns-fog-1.22.2 lib/fog/ecloud/models/compute/api_key.rb
fog-1.22.1 lib/fog/ecloud/models/compute/api_key.rb