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