Sha256: a510139737ab0101f4a530ee768f800e6db72405f447be9f2a87faca3b3a9428
Contents?: true
Size: 254 Bytes
Versions: 1
Compression:
Stored size: 254 Bytes
Contents
module Pwush module Response class Value < Dry::Struct attribute :status_code, Types::Coercible::Integer attribute? :status_message, Types::Strict::String attribute? :body, (Types::Hash | Types::String).optional end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
njiuko-pwush-0.3.3 | lib/pwush/response/value.rb |