Method: Orchestrate::EventType#to_s
- Defined in:
- lib/orchestrate/event_source.rb
#to_s ⇒ Object
Returns A pretty-printed string representation of the EventType.
74 75 76 |
# File 'lib/orchestrate/event_source.rb', line 74 def to_s "#<Orchestrate::EventType key_value=#{kv_item} type=#{type}>" end |