Sha256: 7fe07e869dd2248a231c6368515e033831e90eb50abd0c0dab503b42622d73aa
Contents?: true
Size: 307 Bytes
Versions: 1
Compression:
Stored size: 307 Bytes
Contents
# frozen_string_literal: true class Solid::Result class CallableAndThen::Config attr_accessor :default_method_name_to_call def initialize self.default_method_name_to_call = :call end def options { default_method_name_to_call: default_method_name_to_call } end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solid-result-2.0.0 | lib/solid/result/callable_and_then/config.rb |