Exception: BigBlueButton::BigBlueButtonException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/bigbluebutton_exception.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key.



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

def key
  @key
end

Instance Method Details

#to_sObject



6
7
8
9
10
# File 'lib/bigbluebutton_exception.rb', line 6

def to_s
  s = super.to_s
  s += ", messageKey: #{key.to_s}" unless key.nil? or key.to_s.empty?
  s
end