Class: FFI::Inline::Signature

Inherits:
Struct
  • Object
show all
Defined in:
lib/ffi/inline/builders.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



13
14
15
# File 'lib/ffi/inline/builders.rb', line 13

def arguments
  @arguments
end

#arityObject

Returns the value of attribute arity

Returns:

  • (Object)

    the current value of arity



13
14
15
# File 'lib/ffi/inline/builders.rb', line 13

def arity
  @arity
end

#blockingObject

Returns the value of attribute blocking

Returns:

  • (Object)

    the current value of blocking



13
14
15
# File 'lib/ffi/inline/builders.rb', line 13

def blocking
  @blocking
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'lib/ffi/inline/builders.rb', line 13

def name
  @name
end

#returnObject

Returns the value of attribute return

Returns:

  • (Object)

    the current value of return



13
14
15
# File 'lib/ffi/inline/builders.rb', line 13

def return
  @return
end