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)


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

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

Instance Attribute Details

#argumentsString?

Returns the value of attribute arguments.

Returns:

  • (String, nil)


250
251
252
# File 'sig/types.rbs', line 250

def arguments
  @arguments
end

#nameString?

Returns the value of attribute name.

Returns:

  • (String, nil)


249
250
251
# File 'sig/types.rbs', line 249

def name
  @name
end