Class: LiterLlm::StreamFunctionCall
- Inherits:
-
Object
- Object
- LiterLlm::StreamFunctionCall
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#arguments ⇒ String?
readonly
Returns the value of attribute arguments.
-
#name ⇒ String?
readonly
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.
262 |
# File 'sig/types.rbs', line 262
def initialize: (?name: String, ?arguments: String) -> void
|
Instance Attribute Details
#arguments ⇒ String? (readonly)
Returns the value of attribute arguments.
260 261 262 |
# File 'sig/types.rbs', line 260 def arguments @arguments end |
#name ⇒ String? (readonly)
Returns the value of attribute name.
259 260 261 |
# File 'sig/types.rbs', line 259 def name @name end |