Method: Fog::Compute::Ecloud::Rows#create
- Defined in:
- lib/fog/ecloud/models/compute/rows.rb
permalink #create(options = {}) ⇒ Object
[View source]
25 26 27 28 29 |
# File 'lib/fog/ecloud/models/compute/rows.rb', line 25 def create( = {}) [:uri] = "/cloudapi/ecloud/layoutRows/environments/#{environment_id}/action/createLayoutRow" data = connection.rows_create().body new(data) end |