Exception: IceStorm::TopicExists
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceStorm::TopicExists
- Defined in:
- lib/IceStorm/IceStorm.rb
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.
232 233 234 |
# File 'lib/IceStorm/IceStorm.rb', line 232 def initialize(name='') @name = name end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
240 241 242 |
# File 'lib/IceStorm/IceStorm.rb', line 240 def name @name end |
Instance Method Details
#to_s ⇒ Object
236 237 238 |
# File 'lib/IceStorm/IceStorm.rb', line 236 def to_s '::IceStorm::TopicExists' end |