Sha256: 9c49e09704c29f652ecd476fe861b345ec55195ea7a6cb0c15eb28b1a6ccc70f

Contents?: true

Size: 260 Bytes

Versions: 1

Compression:

Stored size: 260 Bytes

Contents

# frozen_string_literal: true

require "dry/struct"

module Roseflow
  module StabilityAI
    module Responses
      class BaseResponse < Dry::Struct
        transform_keys(&:to_sym)

        def success?
          true
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
roseflow-stabilityai-0.1.0 lib/roseflow/stabilityai/responses/base_response.rb