Class: RStyx::Message::Terror
- Inherits:
-
StyxMessage
- Object
- StyxMessage
- RStyx::Message::Terror
- Defined in:
- lib/rstyx/messages.rb
Overview
Class representing a Terror message. This is not actually valid and should never be used.
Constant Summary
Constants inherited from StyxMessage
Instance Attribute Summary
Attributes inherited from StyxMessage
Instance Method Summary collapse
-
#initialize ⇒ Terror
constructor
A new instance of Terror.
Methods inherited from StyxMessage
add_field, fields, from_bytes, #ident, #tag, #tag=, #to_bytes, #to_s
Constructor Details
#initialize ⇒ Terror
Returns a new instance of Terror.
616 617 618 |
# File 'lib/rstyx/messages.rb', line 616 def initialize raise StyxException.new("Terror class instantiated") end |