Module: Avromatic::Model::AllowedWriterMethodsMemoization::InstanceMethods

Defined in:
lib/avromatic/model/allowed_writer_methods_memoization.rb

Instance Method Summary collapse

Instance Method Details

#allowed_writer_methodsObject



10
11
12
# File 'lib/avromatic/model/allowed_writer_methods_memoization.rb', line 10

def allowed_writer_methods
  self.class.virtus_object_allowed_writer_methods ||= super
end