Class: Xap::Schema::XapBscEvent
- Inherits:
-
XapBscResponse
- Object
- XapMessage
- XapUnsupportedMessage
- XapBscMessage
- XapBscResponse
- Xap::Schema::XapBscEvent
- Defined in:
- lib/xap/schema/xap_bsc.rb
Constant Summary collapse
- @@classname =
'xAPBSC.event'
Instance Attribute Summary
Attributes inherited from XapBscResponse
#display_text, #level, #state, #text
Attributes inherited from XapMessage
#headername, #hop, #msgclass, #src_addr, #target_addr, #uid, #version
Class Method Summary collapse
Methods inherited from XapBscResponse
Methods inherited from XapBscMessage
#each_block, #initialize, #inspect, parse
Methods inherited from XapUnsupportedMessage
Methods inherited from XapMessage
#initialize, parse, register_class, #to_s, #uid_endpoint
Constructor Details
This class inherits a constructor from Xap::Schema::XapBscResponse
Class Method Details
.classname ⇒ Object
395 396 397 |
# File 'lib/xap/schema/xap_bsc.rb', line 395 def self.classname @@classname end |