Exception: IceStorm::TopicExists
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceStorm::TopicExists
- Defined in:
- lib/IceStorm/IceStorm.rb
Constant Summary collapse
- ICE_TYPE =
T_TopicExists
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = '') ⇒ TopicExists
constructor
A new instance of TopicExists.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize(name = '') ⇒ TopicExists
Returns a new instance of TopicExists.
289 290 291 |
# File 'lib/IceStorm/IceStorm.rb', line 289 def initialize(name='') @name = name end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
297 298 299 |
# File 'lib/IceStorm/IceStorm.rb', line 297 def name @name end |
Instance Method Details
#to_s ⇒ Object
293 294 295 |
# File 'lib/IceStorm/IceStorm.rb', line 293 def to_s 'IceStorm::TopicExists' end |