Method: YardTypes::Type#name

Defined in:
lib/yard_types/types.rb

#nameString

Returns the YARD string naming this type.

Returns:

  • (String)

    the YARD string naming this type



60
61
62
# File 'lib/yard_types/types.rb', line 60

def name
  @name
end