Class: Xrc::Elements::Presence

Inherits:
REXML::Element
  • Object
show all
Defined in:
lib/xrc/elements/presence.rb

Direct Known Subclasses

Join

Instance Method Summary collapse

Constructor Details

#initializePresence

Returns a new instance of Presence.



4
5
6
# File 'lib/xrc/elements/presence.rb', line 4

def initialize
  super("presence")
end