Class: ReleaseCeremony::PullRequestFinder::PullRequest

Inherits:
Struct
  • Object
show all
Defined in:
lib/release_ceremony/pull_request_finder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



10
11
12
# File 'lib/release_ceremony/pull_request_finder.rb', line 10

def number
  @number
end

#shaObject

Returns the value of attribute sha

Returns:

  • (Object)

    the current value of sha



10
11
12
# File 'lib/release_ceremony/pull_request_finder.rb', line 10

def sha
  @sha
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



10
11
12
# File 'lib/release_ceremony/pull_request_finder.rb', line 10

def url
  @url
end