Class: Fiddle::Function

Inherits:
Object
  • Object
show all
Defined in:
lib/libui/ffi.rb

Overview

Change the Function to hold a little more information. FIXME: Give inner_function a better name.

Instance Attribute Summary collapse

Instance Attribute Details

#argtypeObject

Returns the value of attribute argtype.



9
10
11
# File 'lib/libui/ffi.rb', line 9

def argtype
  @argtype
end

#inner_functionsObject

Returns the value of attribute inner_functions.



9
10
11
# File 'lib/libui/ffi.rb', line 9

def inner_functions
  @inner_functions
end