Exception: IceStorm::NoSuchLink

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 = '') ⇒ NoSuchLink

Returns a new instance of NoSuchLink.



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

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

Instance Attribute Details

#nameObject

Returns the value of attribute name.



102
103
104
# File 'lib/IceStorm/IceStorm.rb', line 102

def name
  @name
end

Instance Method Details

#to_sObject



98
99
100
# File 'lib/IceStorm/IceStorm.rb', line 98

def to_s
    '::IceStorm::NoSuchLink'
end