module FedoraLens::AttributeMethods::ClassMethods
Private Instance Methods
generate_method(name)
click to toggle source
@param name [Symbol] name of the attribute to generate
# File lib/fedora_lens/attribute_methods.rb, line 118 def generate_method(name) generated_attribute_methods.synchronize do define_attribute_methods name end end