Class: Ace::Git::Atoms::PrIdentifierParser::ParseResult
- Inherits:
-
Data
- Object
- Data
- Ace::Git::Atoms::PrIdentifierParser::ParseResult
- Defined in:
- lib/ace/git/atoms/pr_identifier_parser.rb
Overview
Parsed PR identifier result
Instance Attribute Summary collapse
-
#gh_format ⇒ Object
readonly
Returns the value of attribute gh_format.
-
#number ⇒ Object
readonly
Returns the value of attribute number.
-
#repo ⇒ Object
readonly
Returns the value of attribute repo.
Instance Attribute Details
#gh_format ⇒ Object (readonly)
Returns the value of attribute gh_format
16 17 18 |
# File 'lib/ace/git/atoms/pr_identifier_parser.rb', line 16 def gh_format @gh_format end |
#number ⇒ Object (readonly)
Returns the value of attribute number
16 17 18 |
# File 'lib/ace/git/atoms/pr_identifier_parser.rb', line 16 def number @number end |
#repo ⇒ Object (readonly)
Returns the value of attribute repo
16 17 18 |
# File 'lib/ace/git/atoms/pr_identifier_parser.rb', line 16 def repo @repo end |