Method: MatrixSdk::Event#handled=

Defined in:
lib/matrix_sdk/extensions.rb

#handled=(value) ⇒ Object (writeonly)

Sets the attribute handled

Parameters:

  • value

    the value to set the attribute handled to.



113
114
115
# File 'lib/matrix_sdk/extensions.rb', line 113

def handled=(value)
  @handled = value
end