Class Aeolus::Image::Factory::Base
In: lib/aeolus_image/model/factory/base.rb
Parent: ActiveResource::Base

Methods

Public Class methods

Remove format from the url for collections

This approach does mean you‘re limited to one server at a time

Modifying the url formations to make them Factory compliant

Remove format from the url for resources

The objects returned from this method are not automatically converted into ActiveResource instances - they are ordinary Hashes. Modifications below ensures that you get ActiveResource instances.

For a collection call, ActiveResource formatting is not compliant with Factory‘s output.

Should we use OAuth?

Public Instance methods

Modifying the url formations to make them Factory compliant

Instance Methods: (modifying the ActiveRecord::CustomMethods). This modification is same as defined in above method

[Validate]