Fog::Ecloud::Model
# File lib/fog/ecloud/models/compute/layout.rb, line 14 def id href.scan(/\d+/)[0] end
# File lib/fog/ecloud/models/compute/layout.rb, line 10 def rows @rows = Fog::Compute::Ecloud::Rows.new(:connection => connection, :href => href) end