class ActiveFedora::DelegatedAttribute
Represents the mapping between a model attribute and a property
Attributes
field[RW]
multiple[RW]
Public Class Methods
new(field, args = {})
click to toggle source
# File lib/active_fedora/delegated_attribute.rb, line 6 def initialize(field, args = {}) self.field = field self.multiple = args.fetch(:multiple, false) end