Sha256: d4f7d8507b202be212f87d257e7899d709701c228ab48e87f7367049481c868c

Contents?: true

Size: 359 Bytes

Versions: 7

Compression:

Stored size: 359 Bytes

Contents

require 'active_support/core_ext/class/attribute'

module RubySpeech
  module SSML
    class Element < Niceogiri::XML::Node
      def self.namespace
        SSML_NAMESPACE
      end

      def self.root_element
        Speak
      end

      def self.module
        SSML
      end

      include GenericElement
    end # Element
  end # SSML
end # RubySpeech

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ruby_speech-1.0.1 lib/ruby_speech/ssml/element.rb
ruby_speech-1.0.0 lib/ruby_speech/ssml/element.rb
ruby_speech-0.5.1 lib/ruby_speech/ssml/element.rb
ruby_speech-0.5.0 lib/ruby_speech/ssml/element.rb
ruby_speech-0.4.0 lib/ruby_speech/ssml/element.rb
ruby_speech-0.3.4 lib/ruby_speech/ssml/element.rb
ruby_speech-0.3.3 lib/ruby_speech/ssml/element.rb