class Fog::Compute::Ecloud::Role

Public Instance Methods

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