Sha256: 3d0b863cea80486f1f2331d9d0162c6f081354f395178249c632add75488ad83

Contents?: true

Size: 191 Bytes

Versions: 106

Compression:

Stored size: 191 Bytes

Contents

module Fog
  module Compute
    class Ecloud
      class Tag < Fog::Ecloud::Model
        identity :name

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

Version data entries

106 entries across 104 versions & 17 rubygems

Version Path
fog-maestrodev-1.7.0.20121114190951 lib/fog/ecloud/models/compute/tag.rb
fog-1.7.0 lib/fog/ecloud/models/compute/tag.rb
fog-1.6.0 lib/fog/ecloud/models/compute/tag.rb
fog-1.5.0 lib/fog/ecloud/models/compute/tag.rb
rackspace-fog-1.4.2 lib/rackspace-fog/ecloud/models/compute/tag.rb
fog-1.4.0 lib/fog/ecloud/models/compute/tag.rb