Returns a new instance of Case.
64 65 66 67 68
# File 'lib/icasework/case.rb', line 64 def initialize(hash) @hash = LazyHash.new(hash) do load_additional_data! end end