Class Fog::OpenStack::Model
In: lib/fog/openstack/models/model.rb
Parent: Fog::Model

Methods

create   destroy   new   save   update  

Attributes

project  [RW]  In some cases it‘s handy to be able to store the project for the record, e.g. swift doesn‘t contain project info in the result, so we can track it in this attribute based on what project was used in the request

Public Class methods

Initialize a record

Public Instance methods

Creates a record

Destroys a record

Saves a record, call create or update based on identity, which marks if object was already created

Updates a record

[Validate]