Method: Fog::Compute::Ecloud::Rows#all

Defined in:
lib/fog/ecloud/models/compute/rows.rb

#allObject


12
13
14
15
# File 'lib/fog/ecloud/models/compute/rows.rb', line 12

def all
  data = connection.get_layout(href).body[:Rows][:Row]
  load(data)
end