# File lib/fog/core/collection.rb, line 38
    def self.model(new_model=nil)
      if new_model == nil
        @model
      else
        @model = new_model
      end
    end