Method: Fog::Compute::Ecloud::Rows#create

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

#create(options = {}) ⇒ Object

[View source]

25
26
27
28
29
# File 'lib/fog/ecloud/models/compute/rows.rb', line 25

def create(options = {})
  options[:uri] = "/cloudapi/ecloud/layoutRows/environments/#{environment_id}/action/createLayoutRow"
  data = connection.rows_create(options).body
  new(data)
end