Class: Blather::Stanza::Presence

Inherits:
Object
  • Object
show all
Defined in:
lib/punchblock/core_ext/blather/stanza/presence.rb

Instance Method Summary collapse

Instance Method Details

#rayo_event?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/punchblock/core_ext/blather/stanza/presence.rb', line 6

def rayo_event?
  event.is_a? Punchblock::Event
end