Exception: TeamSpeak3::Exceptions::StandardException

Inherits:
Exception
  • Object
show all
Defined in:
lib/exceptions/standard_exception.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#messageObject (readonly)

Returns the value of attribute message.



4
5
6
# File 'lib/exceptions/standard_exception.rb', line 4

def message
  @message
end

Instance Method Details

#to_sObject



6
7
8
# File 'lib/exceptions/standard_exception.rb', line 6

def to_s
  @message
end