Method: ActiveCMIS::Type::ClassMethods#reload
- Defined in:
- lib/active_cmis/type.rb
#reload ⇒ void
101 102 103 104 |
# File 'lib/active_cmis/type.rb', line 101 def reload remove_instance_variable(:@attributes) if defined? @attributes [:attributes] + __reload # Could also do if defined?(super) then super else __reload end, but we don't do anything but remove_instance_variable @attributes in superclasses anyway end |