Class: Amanuensis::Pull

Inherits:
Struct
  • Object
show all
Defined in:
lib/amanuensis/pull.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



2
3
4
# File 'lib/amanuensis/pull.rb', line 2

def html_url
  @html_url
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



2
3
4
# File 'lib/amanuensis/pull.rb', line 2

def number
  @number
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



2
3
4
# File 'lib/amanuensis/pull.rb', line 2

def title
  @title
end