Class: Blather::Stanza::Iq::Ibb::Data
- Inherits:
-
Blather::Stanza::Iq::Ibb
- Object
- Niceogiri::XML::Node
- XMPPNode
- Blather::Stanza
- Blather::Stanza::Iq
- Blather::Stanza::Iq::Ibb
- Blather::Stanza::Iq::Ibb::Data
- Defined in:
- lib/blather/stanza/iq/ibb.rb
Overview
A Data stanza
Constant Summary
Constants inherited from Blather::Stanza::Iq::Ibb
Constants inherited from Blather::Stanza::Iq
Constants inherited from XMPPNode
Instance Attribute Summary
Attributes inherited from Blather::Stanza
Instance Method Summary collapse
-
#data ⇒ Nokogiri::XML::Element
Find data node.
-
#sid ⇒ String
Get the sid of the file transfer.
Methods inherited from Blather::Stanza::Iq::Ibb
Methods inherited from Blather::Stanza::Iq
#error?, #get?, import, new, #reply!, #result?, #set?, #type=
Methods inherited from Blather::Stanza
#as_error, #error?, #from, #from=, handler_list, #id, #id=, #initialize, next_id, register, #reply, #reply!, #to, #to=, #type, #type=
Methods inherited from XMPPNode
class_from_registration, #decorate, decorator_modules, import, new, parse, register, #to_stanza
Constructor Details
This class inherits a constructor from Blather::Stanza
Instance Method Details
#data ⇒ Nokogiri::XML::Element
Find data node
53 54 55 |
# File 'lib/blather/stanza/iq/ibb.rb', line 53 def data find_first('ns:data', :ns => NS_IBB) end |
#sid ⇒ String
Get the sid of the file transfer
60 61 62 |
# File 'lib/blather/stanza/iq/ibb.rb', line 60 def sid data['sid'] end |