Method: KeyStruct::Base#to_hash
- Defined in:
- lib/key_struct/key_struct.rb
#to_hash ⇒ Object
44 45 46 |
# File 'lib/key_struct/key_struct.rb', line 44 def to_hash Hash[*self.class.keys.map{ |key| [key, self.send(key)]}.flatten(1)] end |