class MatrixSdk::ErrorEvent

Attributes

error[RW]

Public Class Methods

new(error, source) click to toggle source
Calls superclass method MatrixSdk::Event::new
# File lib/matrix_sdk/util/events.rb, line 58
def initialize(error, source)
  @error = error
  super source
end

Public Instance Methods

source() click to toggle source
# File lib/matrix_sdk/util/events.rb, line 63
def source
  @sender
end