Class: LiterLlm::SpecificFunction

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSpecificFunction

Returns a new instance of SpecificFunction.

Parameters:

  • name: (String)


126
# File 'sig/types.rbs', line 126

def initialize: (?name: String) -> void

Instance Attribute Details

#nameString?

Returns the value of attribute name.

Returns:

  • (String, nil)


124
125
126
# File 'sig/types.rbs', line 124

def name
  @name
end