class ObjectifyHash::GenericObject

Public Class Methods

new(hash) click to toggle source
# File lib/objectifyhash.rb, line 16
def initialize hash
  convert_and_define hash
end