class Pour::Property
Attributes
name[R]
typespec[R]
Public Class Methods
new(name:, typespec:)
click to toggle source
# File lib/pour/property.rb, line 6 def initialize(name:, typespec:) @name = name @typespec = typespec # @factory = Pour::Factory.from(typespec) # @validator = Pour::Validator.from(typespec) end