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 ||= self.service.rows(:href => href) end