Sha256: f73636f552b94efa4d3d79fd1ac88937cbf726421e30565b91442dd3e23dcf59
Contents?: true
Size: 305 Bytes
Versions: 1
Compression:
Stored size: 305 Bytes
Contents
# frozen_string_literal: true module Omdb module Api module Types include Dry.Types() class Error < Base attribute :response, Omdb::Api::Types::String.optional.default(nil) attribute :error, Omdb::Api::Types::String.optional.default(nil) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omdb-api-2.0.0 | lib/omdb/api/types/error.rb |