Exception: IceStorm::LinkExists

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

Constant Summary collapse

ICE_TYPE =
T_LinkExists

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_name, #inspect

Constructor Details

#initialize(name = '') ⇒ LinkExists

Returns a new instance of LinkExists.



86
87
88
# File 'lib/IceStorm/IceStorm.rb', line 86

def initialize(name='')
    @name = name
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



94
95
96
# File 'lib/IceStorm/IceStorm.rb', line 94

def name
  @name
end

Instance Method Details

#to_sObject



90
91
92
# File 'lib/IceStorm/IceStorm.rb', line 90

def to_s
    'IceStorm::LinkExists'
end