Class: Amanuensis::Tracker::Issue

Inherits:
Struct
  • Object
show all
Defined in:
lib/amanuensis/tracker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#html_urlObject

Returns the value of attribute html_url

Returns:

  • (Object)

    the current value of html_url



5
6
7
# File 'lib/amanuensis/tracker.rb', line 5

def html_url
  @html_url
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



5
6
7
# File 'lib/amanuensis/tracker.rb', line 5

def number
  @number
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



5
6
7
# File 'lib/amanuensis/tracker.rb', line 5

def title
  @title
end