Class: OpenHAB::Core::Events::AbstractEvent
- Inherits:
-
Object
- Object
- OpenHAB::Core::Events::AbstractEvent
- Defined in:
- lib/openhab/core/events/abstract_event.rb
Overview
Add attachments event data.
Direct Known Subclasses
AbstractItemRegistryEvent, AbstractThingRegistryEvent, ItemEvent, ThingStatusInfoChangedEvent, ThingStatusInfoEvent
Instance Attribute Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#attachment ⇒ Object
11 12 13 |
# File 'lib/openhab/core/events/abstract_event.rb', line 11 def attachment @attachment end |
Instance Method Details
#inspect ⇒ String
14 |
# File 'lib/openhab/core/events/abstract_event.rb', line 14 alias_method :inspect, :to_s |