# File lib/deltacloud/models/base_model.rb, line 47 def to_hash out = {} self.attributes.each { |attribute| out.merge!({ attribute => self.send("#{attribute}""#{attribute}") } ) } out end