Exception: Cymbol::SymbolNotFound

Inherits:
Exception
  • Object
show all
Defined in:
lib/ruby-cymbol.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(symbol_name_) ⇒ SymbolNotFound

Returns a new instance of SymbolNotFound.



32
33
34
# File 'lib/ruby-cymbol.rb', line 32

def initialize( symbol_name_ )
  self.symbol_name = symbol_name_
end

Instance Attribute Details

#symbol_nameObject

Returns the value of attribute symbol_name.



30
31
32
# File 'lib/ruby-cymbol.rb', line 30

def symbol_name
  @symbol_name
end