Exception: IceStorm::LinkExists
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IceStorm::LinkExists
- Defined in:
- lib/IceStorm/IceStorm.rb
Constant Summary collapse
- ICE_TYPE =
T_LinkExists
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = '') ⇒ LinkExists
constructor
A new instance of LinkExists.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
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
#name ⇒ Object
Returns the value of attribute name.
94 95 96 |
# File 'lib/IceStorm/IceStorm.rb', line 94 def name @name end |
Instance Method Details
#to_s ⇒ Object
90 91 92 |
# File 'lib/IceStorm/IceStorm.rb', line 90 def to_s 'IceStorm::LinkExists' end |