Sha256: 03488ebf38be6d7c44cf4028abe18f9680e635c22cb8a011c0b7ed76ad55627f
Contents?: true
Size: 209 Bytes
Versions: 20
Compression:
Stored size: 209 Bytes
Contents
# _attributes.erb <% attributes.each do |meth| -%> def <%= meth.name %> read_attribute(:<%= meth.name %>) end def <%= meth.name %>=(val) write_attribute(:<%= meth.name %>, val) end <% end -%>
Version data entries
20 entries across 20 versions & 1 rubygems