Class: SknUtils::GenericBean

Inherits:
NestedResultBase show all
Defined in:
lib/skn_utils/generic_bean.rb

Instance Method Summary collapse

Methods inherited from NestedResultBase

#attribute_helper_object, #clean_key, #depth_level, #multi_level_incl_arrays_initializer, #multi_level_initializer, #serialization_required?, #single_level_initializer

Methods included from AttributeHelpers

#[], #[]=, #attributes, #respond_to_missing?, #to_hash

Constructor Details

#initialize(params = {}) ⇒ GenericBean

:nodoc:



15
16
17
# File 'lib/skn_utils/generic_bean.rb', line 15

def initialize(params={})
  super( params.merge({enable_serialization: true}) )
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class SknUtils::AttributeHelpers