class Atacama::Parameter
A description of the signature of the parameter being validated
Attributes
name[R]
type[R]
Public Class Methods
new(name:, type: nil)
click to toggle source
# File lib/atacama/contract/parameter.rb, line 8 def initialize(name:, type: nil) @name = name @type = type end