Class: NextcloudReleaseAgent::CommitInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/nextcloud_release_agent/cli.rb

Instance Attribute Summary collapse

Instance Attribute Details

#author_emailObject

Returns the value of attribute author_email

Returns:

  • (Object)

    the current value of author_email



17
18
19
# File 'lib/nextcloud_release_agent/cli.rb', line 17

def author_email
  @author_email
end

#author_nameObject

Returns the value of attribute author_name

Returns:

  • (Object)

    the current value of author_name



17
18
19
# File 'lib/nextcloud_release_agent/cli.rb', line 17

def author_name
  @author_name
end

#classificationObject

Returns the value of attribute classification

Returns:

  • (Object)

    the current value of classification



17
18
19
# File 'lib/nextcloud_release_agent/cli.rb', line 17

def classification
  @classification
end

#github_loginObject

Returns the value of attribute github_login

Returns:

  • (Object)

    the current value of github_login



17
18
19
# File 'lib/nextcloud_release_agent/cli.rb', line 17

def 
  @github_login
end

#labelsObject

Returns the value of attribute labels

Returns:

  • (Object)

    the current value of labels



17
18
19
# File 'lib/nextcloud_release_agent/cli.rb', line 17

def labels
  @labels
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



17
18
19
# File 'lib/nextcloud_release_agent/cli.rb', line 17

def message
  @message
end

#pr_authorObject

Returns the value of attribute pr_author

Returns:

  • (Object)

    the current value of pr_author



17
18
19
# File 'lib/nextcloud_release_agent/cli.rb', line 17

def pr_author
  @pr_author
end

#pr_bodyObject

Returns the value of attribute pr_body

Returns:

  • (Object)

    the current value of pr_body



17
18
19
# File 'lib/nextcloud_release_agent/cli.rb', line 17

def pr_body
  @pr_body
end

#pr_numberObject

Returns the value of attribute pr_number

Returns:

  • (Object)

    the current value of pr_number



17
18
19
# File 'lib/nextcloud_release_agent/cli.rb', line 17

def pr_number
  @pr_number
end

#pr_titleObject

Returns the value of attribute pr_title

Returns:

  • (Object)

    the current value of pr_title



17
18
19
# File 'lib/nextcloud_release_agent/cli.rb', line 17

def pr_title
  @pr_title
end

#pr_urlObject

Returns the value of attribute pr_url

Returns:

  • (Object)

    the current value of pr_url



17
18
19
# File 'lib/nextcloud_release_agent/cli.rb', line 17

def pr_url
  @pr_url
end

#sectionObject

Returns the value of attribute section

Returns:

  • (Object)

    the current value of section



17
18
19
# File 'lib/nextcloud_release_agent/cli.rb', line 17

def section
  @section
end

#shaObject

Returns the value of attribute sha

Returns:

  • (Object)

    the current value of sha



17
18
19
# File 'lib/nextcloud_release_agent/cli.rb', line 17

def sha
  @sha
end