Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::Ecloud::Layout

Public Instance Methods

id() click to toggle source
# File lib/fog/ecloud/models/compute/layout.rb, line 14
def id
  href.scan(/\d+/)[0]
end
rows() click to toggle source
# File lib/fog/ecloud/models/compute/layout.rb, line 10
def rows
  @rows ||= self.service.rows(:href => href)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.