Class: Win32::CaptureIE::FFI::Type
- Inherits:
-
Object
- Object
- Win32::CaptureIE::FFI::Type
- Defined in:
- lib/win32/capture_ie/ffi/struct.rb
Overview
:nodoc:
Direct Known Subclasses
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name) ⇒ Type
constructor
A new instance of Type.
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
#name ⇒ Object (readonly)
Returns the value of attribute name.
6 7 8 |
# File 'lib/win32/capture_ie/ffi/struct.rb', line 6 def name @name end |