Exception: IceStorm::TopicExists

Inherits:
Ice::UserException show all
Defined in:
lib/IceStorm/IceStorm.rb

Constant Summary collapse

ICE_TYPE =
T_TopicExists

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_name, #inspect

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

#nameObject

Returns the value of attribute name.



297
298
299
# File 'lib/IceStorm/IceStorm.rb', line 297

def name
  @name
end

Instance Method Details

#to_sObject



293
294
295
# File 'lib/IceStorm/IceStorm.rb', line 293

def to_s
    'IceStorm::TopicExists'
end