Define reader and writer attribute methods for all *ids.
# File lib/tins/dslkit.rb, line 35 def class_attr_accessor(*ids) eigenclass_eval { attr_accessor(*ids) } end
Define reader attribute methods for all *ids.
# File lib/tins/dslkit.rb, line 40 def class_attr_reader(*ids) eigenclass_eval { attr_reader(*ids) } end
Generated with the Darkfish Rdoc Generator 2.