Sha256: 800f79d05633d355b2c2b49923d545c69f8677e1565cdedc09b1dc1172746eec

Contents?: true

Size: 255 Bytes

Versions: 48

Compression:

Stored size: 255 Bytes

Contents

module Blather
class Stanza

  # # PusSub Error Stanza
  #
  # @private
  class PubSubErrors < PubSub
    def node
      read_attr :node
    end

    def node=(node)
      write_attr :node, node
    end
  end  # PubSubErrors

end  # Stanza
end  # Blather

Version data entries

48 entries across 48 versions & 3 rubygems

Version Path
blather-2.0.0 lib/blather/stanza/pubsub/errors.rb
blather-1.2.0 lib/blather/stanza/pubsub/errors.rb
blather-1.1.4 lib/blather/stanza/pubsub/errors.rb
blather-1.1.3 lib/blather/stanza/pubsub/errors.rb
blather-1.1.2 lib/blather/stanza/pubsub/errors.rb
blather-1.1.1 lib/blather/stanza/pubsub/errors.rb
blather-1.1.0 lib/blather/stanza/pubsub/errors.rb
blather-1.0.0 lib/blather/stanza/pubsub/errors.rb
blather-0.8.8 lib/blather/stanza/pubsub/errors.rb
blather-0.8.7 lib/blather/stanza/pubsub/errors.rb
blather-0.8.6 lib/blather/stanza/pubsub/errors.rb
blather-0.8.5 lib/blather/stanza/pubsub/errors.rb
blather-0.8.4 lib/blather/stanza/pubsub/errors.rb
blather-0.8.3 lib/blather/stanza/pubsub/errors.rb
blather-0.8.2 lib/blather/stanza/pubsub/errors.rb
tp-blather-0.8.5 lib/blather/stanza/pubsub/errors.rb
tp-blather-0.8.4 lib/blather/stanza/pubsub/errors.rb
tp-blather-0.8.3 lib/blather/stanza/pubsub/errors.rb
tp-blather-0.8.2 lib/blather/stanza/pubsub/errors.rb
blather-0.8.1 lib/blather/stanza/pubsub/errors.rb