Method: ExceptionHub::Issue#title

Defined in:
lib/exception_hub/issue.rb

#titleString

!@attribute [rw]

Returns:

  • (String)

    Title of the Github issue



10
11
12
# File 'lib/exception_hub/issue.rb', line 10

def title
  @title
end