class Fog::Compute::Ecloud::ApiKey

Public Instance Methods

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