Exception: IceStorm::TopicExists

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_id, #ice_name, #inspect

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

#nameObject

Returns the value of attribute name.



240
241
242
# File 'lib/IceStorm/IceStorm.rb', line 240

def name
  @name
end

Instance Method Details

#to_sObject



236
237
238
# File 'lib/IceStorm/IceStorm.rb', line 236

def to_s
    '::IceStorm::TopicExists'
end