Class: FFI::Inline::Signature
- Inherits:
-
Struct
- Object
- Struct
- FFI::Inline::Signature
- Defined in:
- lib/ffi/inline/builders.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
Returns the value of attribute arguments.
-
#arity ⇒ Object
Returns the value of attribute arity.
-
#blocking ⇒ Object
Returns the value of attribute blocking.
-
#name ⇒ Object
Returns the value of attribute name.
-
#return ⇒ Object
Returns the value of attribute return.
Instance Attribute Details
#arguments ⇒ Object
Returns the value of attribute arguments
13 14 15 |
# File 'lib/ffi/inline/builders.rb', line 13 def arguments @arguments end |
#arity ⇒ Object
Returns the value of attribute arity
13 14 15 |
# File 'lib/ffi/inline/builders.rb', line 13 def arity @arity end |
#blocking ⇒ Object
Returns the value of attribute blocking
13 14 15 |
# File 'lib/ffi/inline/builders.rb', line 13 def blocking @blocking end |
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'lib/ffi/inline/builders.rb', line 13 def name @name end |
#return ⇒ Object
Returns the value of attribute return
13 14 15 |
# File 'lib/ffi/inline/builders.rb', line 13 def return @return end |