Module: Aqua::Pack::HiddenAttributes::InstanceMethods

Defined in:
lib/aqua/object/pack.rb

Overview

ClassMethods

Instance Method Summary collapse

Instance Method Details

#_storable_attributesArray

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

An array of instance variables that are not hidden.

Returns:

  • (Array)

    of names for instance variables



63
64
65
# File 'lib/aqua/object/pack.rb', line 63

def _storable_attributes
  (instance_variables||[]) - self.class._hidden_attributes
end