Parent

Methods

Files

Virtus::TypeDefinition

Extracts the actual type primitive from input type

@private

Attributes

primitive[R]
type[R]

Public Class Methods

new(type) click to toggle source

@api private

# File lib/virtus/attribute/builder.rb, line 49
def initialize(type)
  @type = type
  initialize_primitive
end

Public Instance Methods

pending?() click to toggle source

@api private

# File lib/virtus/attribute/builder.rb, line 55
def pending?
  @pending if defined?(@pending)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.