Method: Fog::Compute::Ecloud::Rows#all
- Defined in:
- lib/fog/compute/ecloud/models/rows.rb
#all ⇒ Object
11 12 13 14 |
# File 'lib/fog/compute/ecloud/models/rows.rb', line 11 def all data = service.get_layout(href).body[:Rows][:Row] load(data) end |