Sha256: c30d503583a0ae5c4dab13920db6df789606611aa9837ab1fbdaf08c2ebf1a97

Contents?: true

Size: 182 Bytes

Versions: 13

Compression:

Stored size: 182 Bytes

Contents

module Blather
class Stanza

  class Disco < Iq::Query
    def node
      query[:node]
    end

    def node=(node)
      query[:node] = node
    end
  end

end #Stanza
end #Blather

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
sprsquish-blather-0.4.0 lib/blather/stanza/disco.rb
sprsquish-blather-0.4.1 lib/blather/stanza/disco.rb
sprsquish-blather-0.4.2 lib/blather/stanza/disco.rb
sprsquish-blather-0.4.3 lib/blather/stanza/disco.rb
sprsquish-blather-0.4.4 lib/blather/stanza/disco.rb
blather-0.4.7 lib/blather/stanza/disco.rb
blather-0.4.6 lib/blather/stanza/disco.rb
blather-0.4.5 lib/blather/stanza/disco.rb
blather-0.4.4 lib/blather/stanza/disco.rb
blather-0.4.3 lib/blather/stanza/disco.rb
blather-0.4.1 lib/blather/stanza/disco.rb
blather-0.4.2 lib/blather/stanza/disco.rb
blather-0.4.0 lib/blather/stanza/disco.rb