Files

Virtus::ValueObjectBuilder

@private

Public Instance Methods

extensions() click to toggle source

@api private

# File lib/virtus/builder.rb, line 122
def extensions
  super + [
    Extensions::AllowedWriterMethods,
    ValueObject::AllowedWriterMethods,
    ValueObject::InstanceMethods
  ]
end
options() click to toggle source

@api private

# File lib/virtus/builder.rb, line 131
def options
  super.merge(:writer => :private)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.