class Fog::Compute::Ecloud::Tag

Public Instance Methods

id() click to toggle source
# File lib/fog/compute/ecloud/models/tag.rb, line 7
def id
  href.scan(/\d+/)[0]
end