Class: Xap::Schema::XapBscEvent

Inherits:
XapBscResponse show all
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

#initialize

Methods inherited from XapBscMessage

#each_block, #initialize, #inspect, parse

Methods inherited from XapUnsupportedMessage

#initialize, parse

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

.classnameObject



395
396
397
# File 'lib/xap/schema/xap_bsc.rb', line 395

def self.classname
  @@classname
end