Object
# File lib/fog/core/associations/default.rb, line 6 def initialize(model, name, collection_name) @model = model @name = name model.associations[name] = collection_name create_setter create_getter end