class Fog::Compute::Ecloud::PhysicalDevice

Public Instance Methods

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