Class: ReleaseCeremony::PullRequestFinder::PullRequest
- Inherits:
-
Struct
- Object
- Struct
- ReleaseCeremony::PullRequestFinder::PullRequest
- Defined in:
- lib/release_ceremony/pull_request_finder.rb
Instance Attribute Summary collapse
-
#number ⇒ Object
Returns the value of attribute number.
-
#sha ⇒ Object
Returns the value of attribute sha.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#number ⇒ Object
Returns the value of attribute number
10 11 12 |
# File 'lib/release_ceremony/pull_request_finder.rb', line 10 def number @number end |
#sha ⇒ Object
Returns the value of attribute sha
10 11 12 |
# File 'lib/release_ceremony/pull_request_finder.rb', line 10 def sha @sha end |
#url ⇒ Object
Returns the value of attribute url
10 11 12 |
# File 'lib/release_ceremony/pull_request_finder.rb', line 10 def url @url end |