Sha256: 2a0cbf99dc9dd2b61e6fc6775d54ca22e29b3a5d05e593efd57b7fcabf7d9e94
Contents?: true
Size: 466 Bytes
Versions: 3
Compression:
Stored size: 466 Bytes
Contents
#pragma once #include <ruby.h> #include <stdbool.h> #include "common.h" #include "serialization_descriptor/attribute.h" #include "type_cast/type_cast.h" extern VALUE active_record_attributes_writer(VALUE object, VALUE attributes, EachAttributeFunc func, VALUE context); void init_active_record_attributes_writer(VALUE mPanko);
Version data entries
3 entries across 3 versions & 1 rubygems