Class: LiterLlm::FunctionCall
- Inherits:
-
Object
- Object
- LiterLlm::FunctionCall
- 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 ⇒ FunctionCall
constructor
A new instance of FunctionCall.
Constructor Details
#initialize ⇒ FunctionCall
Returns a new instance of FunctionCall.
388 |
# File 'sig/types.rbs', line 388
def initialize: (name: String, arguments: String) -> void
|
Instance Attribute Details
#arguments ⇒ String (readonly)
Returns the value of attribute arguments.
386 387 388 |
# File 'sig/types.rbs', line 386 def arguments @arguments end |
#name ⇒ String (readonly)
Returns the value of attribute name.
385 386 387 |
# File 'sig/types.rbs', line 385 def name @name end |