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.
113 |
# File 'sig/types.rbs', line 113
def initialize: (name: String, arguments: String) -> void
|
Instance Attribute Details
#arguments ⇒ String (readonly)
Returns the value of attribute arguments.
111 112 113 |
# File 'sig/types.rbs', line 111 def arguments @arguments end |
#name ⇒ String (readonly)
Returns the value of attribute name.
110 111 112 |
# File 'sig/types.rbs', line 110 def name @name end |