Class: Win32::CaptureIE::FFI::Type

Inherits:
Object
  • Object
show all
Defined in:
lib/win32/capture_ie/ffi/struct.rb

Overview

:nodoc:

Direct Known Subclasses

PrimitiveType, StructureType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ Type

Returns a new instance of Type.



7
8
9
# File 'lib/win32/capture_ie/ffi/struct.rb', line 7

def initialize(name)
  @name = name
end

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



6
7
8
# File 'lib/win32/capture_ie/ffi/struct.rb', line 6

def name
  @name
end