Sha256: 368f5012619253bded8e9bb9840a96ecfa10cc2036b8913130dc38d788f09064
Contents?: true
Size: 353 Bytes
Versions: 1
Compression:
Stored size: 353 Bytes
Contents
class Solid::Result class Data attr_reader kind: Symbol attr_reader type: Symbol attr_reader value: untyped attr_reader to_h: Hash[Symbol, untyped] attr_reader to_a: [Symbol, Symbol, untyped] def initialize: (Symbol, Symbol, untyped) -> void def inspect: -> String alias to_ary to_a alias to_hash to_h end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solid-result-2.0.0 | sig/solid/result/data.rbs |