Method: MdnQuery::Section#name

Defined in:
lib/mdn_query/section.rb

#nameString (readonly)

Returns the name and title of the section.

Returns:

  • (String)

    the name and title of the section



8
9
10
# File 'lib/mdn_query/section.rb', line 8

def name
  @name
end