Sha256: a0b185d662511726bd0d275e7e261f92fb42a9400335f9bb4667629754c7505a

Contents?: true

Size: 308 Bytes

Versions: 1

Compression:

Stored size: 308 Bytes

Contents

# encoding: utf-8

module Punchblock
  module Translator
    class Freeswitch
      module Component
        class FliteOutput < TTSOutput
          private

          def document
            @component_node.render_documents.first.value.inner_text.to_s
          end
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
punchblock-2.0.0.beta1 lib/punchblock/translator/freeswitch/component/flite_output.rb