Class: Canis::ChangeEvent
- Defined in:
- lib/canis/core/include/rchangeevent.rb
Instance Attribute Summary collapse
-
#source ⇒ Object
Returns the value of attribute source.
Instance Method Summary collapse
-
#initialize(source) ⇒ ChangeEvent
constructor
A new instance of ChangeEvent.
- #inspect ⇒ Object
- #to_s ⇒ Object
Constructor Details
#initialize(source) ⇒ ChangeEvent
Returns a new instance of ChangeEvent.
17 18 19 |
# File 'lib/canis/core/include/rchangeevent.rb', line 17 def initialize source @source = source end |
Instance Attribute Details
#source ⇒ Object
Returns the value of attribute source.
16 17 18 |
# File 'lib/canis/core/include/rchangeevent.rb', line 16 def source @source end |