Class: LiterLlm::StreamFunctionCall
- Inherits:
-
Object
- Object
- LiterLlm::StreamFunctionCall
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#arguments ⇒ String?
Returns the value of attribute arguments.
-
#name ⇒ String?
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize ⇒ StreamFunctionCall
constructor
A new instance of StreamFunctionCall.
Constructor Details
#initialize ⇒ StreamFunctionCall
Returns a new instance of StreamFunctionCall.
252 |
# File 'sig/types.rbs', line 252
def initialize: (?name: String, ?arguments: String) -> void
|
Instance Attribute Details
#arguments ⇒ String?
Returns the value of attribute arguments.
250 251 252 |
# File 'sig/types.rbs', line 250 def arguments @arguments end |
#name ⇒ String?
Returns the value of attribute name.
249 250 251 |
# File 'sig/types.rbs', line 249 def name @name end |