Sha256: 0a4e0c4938e93eb8b69137325f3aff547e5f825b5608995ae23537c00e9a14ff

Contents?: true

Size: 192 Bytes

Versions: 2

Compression:

Stored size: 192 Bytes

Contents

module TranslatorText
  module Types
    class Sentence < Dry::Struct
      include Types::JSON

      transform_keys(&:to_sym)

      attribute :Text, Types::Strict::String
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
translator-text-0.2.0 lib/translator_text/types/sentence.rb
translator-text-0.1.0 lib/translator_text/types/sentence.rb