Method: MaglevRecord::ClassSnapshot#attributes
- Defined in:
- lib/maglev_record/snapshot/class_snapshot.rb
#attributes ⇒ Object
46 47 48 |
# File 'lib/maglev_record/snapshot/class_snapshot.rb', line 46 def attributes Array.new(@attributes || []).sort.uniq end |