Returns a new instance of Case.
52 53 54 55 56
# File 'lib/icasework/case.rb', line 52 def initialize(hash) @hash = LazyHash.new(hash) do load_additional_data! end end