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)


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

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

Instance Attribute Details

#nameString (readonly)

Returns the value of attribute name.

Returns:

  • (String)


800
801
802
# File 'sig/types.rbs', line 800

def name
  @name
end