Class: Fiddle::Function
- Inherits:
-
Object
- Object
- Fiddle::Function
- 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
-
#argtype ⇒ Object
Returns the value of attribute argtype.
-
#inner_functions ⇒ Object
Returns the value of attribute inner_functions.
Instance Attribute Details
#argtype ⇒ Object
Returns the value of attribute argtype.
9 10 11 |
# File 'lib/libui/ffi.rb', line 9 def argtype @argtype end |
#inner_functions ⇒ Object
Returns the value of attribute inner_functions.
9 10 11 |
# File 'lib/libui/ffi.rb', line 9 def inner_functions @inner_functions end |