Class: Ace::Git::Atoms::PrIdentifierParser::ParseResult

Inherits:
Data
  • Object
show all
Defined in:
lib/ace/git/atoms/pr_identifier_parser.rb

Overview

Parsed PR identifier result

Instance Attribute Summary collapse

Instance Attribute Details

#gh_formatObject (readonly)

Returns the value of attribute gh_format

Returns:

  • (Object)

    the current value of gh_format



16
17
18
# File 'lib/ace/git/atoms/pr_identifier_parser.rb', line 16

def gh_format
  @gh_format
end

#numberObject (readonly)

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



16
17
18
# File 'lib/ace/git/atoms/pr_identifier_parser.rb', line 16

def number
  @number
end

#repoObject (readonly)

Returns the value of attribute repo

Returns:

  • (Object)

    the current value of repo



16
17
18
# File 'lib/ace/git/atoms/pr_identifier_parser.rb', line 16

def repo
  @repo
end