Object
Context used for building “included” and “extended” hooks
@private
@api private
# File lib/virtus/builder/hook_context.rb, line 25 def constructor? config.constructor end
@api private
# File lib/virtus/builder/hook_context.rb, line 35 def finalize? config.finalize end
@api private
# File lib/virtus/builder/hook_context.rb, line 40 def initialize_attribute_method method_options = builder.options @attribute_method = lambda do |name, type = nil, options = {}| super(name, type, method_options.merge(options)) end end
Generated with the Darkfish Rdoc Generator 2.