name

name()
Instance Public methods

call-seq

WIN32OLE_METHOD#name

Returns the name of the method.

tobj = WIN32OLE_TYPE.new('Microsoft Excel 9.0 Object Library', 'Workbook')
method = WIN32OLE_METHOD.new(tobj, 'SaveAs')
puts method.name # => SaveAs

to_s

doc_ruby_on_rails
2015-06-12 23:36:26
Comments
Leave a Comment

Please login to continue.