class Fog::Compute::Ecloud::AuthenticationLevel

Public Instance Methods

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