Sha256: 74ba4b391d2da17868e3454807d705b03a00ed5bf159366514f9c29958a761e6

Contents?: true

Size: 1001 Bytes

Versions: 1

Compression:

Stored size: 1001 Bytes

Contents

o:$YARD::CodeObjects::MethodObject:
@name:	name:@docstringIC:YARD::Docstring"�Returns OLE type name.
   tobj = WIN32OLE_TYPE.new('Microsoft Excel 9.0 Object Library', 'Application')
   puts tobj.name  # => Application
:@objectu:YARD::StubProxyWIN32OLE_TYPE#name:
@summary0:
@tags[:	@all"�
Returns OLE type name.
   tobj = WIN32OLE_TYPE.new('Microsoft Excel 9.0 Object Library', 'Application')
   puts tobj.name  # => Application

:@ref_tags[:@docstring_extra0:@visibility:public:@files[["ext/win32ole/win32ole.c0;
[:@parameters[:
@path"WIN32OLE_TYPE#name:@source_type:c:@source"=/*
 * call-seq:
 *    WIN32OLE_TYPE#name #=> OLE type name
 *
 * Returns OLE type name.
 *    tobj = WIN32OLE_TYPE.new('Microsoft Excel 9.0 Object Library', 'Application') 
 *    puts tobj.name  # => Application
 */
static VALUE
foletype_name(self)
    VALUE self;
{
    return rb_ivar_get(self, rb_intern("name"));
}:@namespaceu;WIN32OLE_TYPE:@scope:
instance:@current_file_has_commentsF

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pry-0.6.9pre1-i386-mingw32 lib/pry/stdlib_docs18/objects/WIN32OLE_TYPE/name_i.dat