class Dry::Types::Result

def initialize(input)

Parameters:
  • input (Object) --
def initialize(input)
  @input = input
end