class Canis::ChangeEvent

Attributes

source[RW]

Public Class Methods

new(source) click to toggle source
# File lib/canis/core/include/rchangeevent.rb, line 17
def initialize source
  @source = source
end

Public Instance Methods

inspect() click to toggle source
# File lib/canis/core/include/rchangeevent.rb, line 23
def inspect
  "ChangeEvent #{@source}"
end
to_s() click to toggle source
# File lib/canis/core/include/rchangeevent.rb, line 20
def to_s
  inspect
end