Method: MongoDoc::Attributes#attributes
- Defined in:
- lib/mongo_doc/attributes.rb
#attributes ⇒ Object
16 17 18 19 20 21 22 |
# File 'lib/mongo_doc/attributes.rb', line 16 def attributes hash = {} self.class._attributes.each do |attr| hash[attr] = send(attr) end hash end |