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