Class: LiterLlm::StreamFunctionCall

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeStreamFunctionCall

Returns a new instance of StreamFunctionCall.

Parameters:

  • name: (String)
  • arguments: (String)


262
# File 'sig/types.rbs', line 262

def initialize: (?name: String, ?arguments: String) -> void

Instance Attribute Details

#argumentsString? (readonly)

Returns the value of attribute arguments.

Returns:

  • (String, nil)


260
261
262
# File 'sig/types.rbs', line 260

def arguments
  @arguments
end

#nameString? (readonly)

Returns the value of attribute name.

Returns:

  • (String, nil)


259
260
261
# File 'sig/types.rbs', line 259

def name
  @name
end