Module: WIN32OLE_PP::Extentions::WIN32OLE_EVENT::SmartToString

Includes:
Common::ToStringBase, Common::ToStringHook
Defined in:
lib/win32ole_pp/extentions/win32ole_event.rb

Instance Method Summary collapse

Methods included from Common::ToStringHook

included

Methods included from Common::ToStringBase

#to_s_ext

Methods included from Common::Utils

address_banner, type

Instance Method Details

#display_stringObject



19
20
21
# File 'lib/win32ole_pp/extentions/win32ole_event.rb', line 19

def display_string
  "%s.%s" % [@ole_class, @event]
end