Module: Aqua::Pack::HiddenAttributes::InstanceMethods
- Defined in:
- lib/aqua/object/pack.rb
Overview
ClassMethods
Instance Method Summary collapse
-
#_storable_attributes ⇒ Array
private
An array of instance variables that are not hidden.
Instance Method Details
#_storable_attributes ⇒ Array
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.
63 64 65 |
# File 'lib/aqua/object/pack.rb', line 63 def _storable_attributes (instance_variables||[]) - self.class._hidden_attributes end |