Class: NextcloudReleaseAgent::CommitInfo
- Inherits:
-
Struct
- Object
- Struct
- NextcloudReleaseAgent::CommitInfo
- Defined in:
- lib/nextcloud_release_agent/cli.rb
Instance Attribute Summary collapse
-
#author_email ⇒ Object
Returns the value of attribute author_email.
-
#author_name ⇒ Object
Returns the value of attribute author_name.
-
#classification ⇒ Object
Returns the value of attribute classification.
-
#github_login ⇒ Object
Returns the value of attribute github_login.
-
#labels ⇒ Object
Returns the value of attribute labels.
-
#message ⇒ Object
Returns the value of attribute message.
-
#pr_author ⇒ Object
Returns the value of attribute pr_author.
-
#pr_body ⇒ Object
Returns the value of attribute pr_body.
-
#pr_number ⇒ Object
Returns the value of attribute pr_number.
-
#pr_title ⇒ Object
Returns the value of attribute pr_title.
-
#pr_url ⇒ Object
Returns the value of attribute pr_url.
-
#section ⇒ Object
Returns the value of attribute section.
-
#sha ⇒ Object
Returns the value of attribute sha.
Instance Attribute Details
#author_email ⇒ Object
Returns the value of attribute author_email
17 18 19 |
# File 'lib/nextcloud_release_agent/cli.rb', line 17 def @author_email end |
#author_name ⇒ Object
Returns the value of attribute author_name
17 18 19 |
# File 'lib/nextcloud_release_agent/cli.rb', line 17 def @author_name end |
#classification ⇒ Object
Returns the value of attribute classification
17 18 19 |
# File 'lib/nextcloud_release_agent/cli.rb', line 17 def classification @classification end |
#github_login ⇒ Object
Returns the value of attribute github_login
17 18 19 |
# File 'lib/nextcloud_release_agent/cli.rb', line 17 def github_login @github_login end |
#labels ⇒ Object
Returns the value of attribute labels
17 18 19 |
# File 'lib/nextcloud_release_agent/cli.rb', line 17 def labels @labels end |
#message ⇒ Object
Returns the value of attribute message
17 18 19 |
# File 'lib/nextcloud_release_agent/cli.rb', line 17 def @message end |
#pr_author ⇒ Object
Returns the value of attribute pr_author
17 18 19 |
# File 'lib/nextcloud_release_agent/cli.rb', line 17 def @pr_author end |
#pr_body ⇒ Object
Returns the value of attribute pr_body
17 18 19 |
# File 'lib/nextcloud_release_agent/cli.rb', line 17 def pr_body @pr_body end |
#pr_number ⇒ Object
Returns the value of attribute pr_number
17 18 19 |
# File 'lib/nextcloud_release_agent/cli.rb', line 17 def pr_number @pr_number end |
#pr_title ⇒ Object
Returns the value of attribute pr_title
17 18 19 |
# File 'lib/nextcloud_release_agent/cli.rb', line 17 def pr_title @pr_title end |
#pr_url ⇒ Object
Returns the value of attribute pr_url
17 18 19 |
# File 'lib/nextcloud_release_agent/cli.rb', line 17 def pr_url @pr_url end |
#section ⇒ Object
Returns the value of attribute section
17 18 19 |
# File 'lib/nextcloud_release_agent/cli.rb', line 17 def section @section end |
#sha ⇒ Object
Returns the value of attribute sha
17 18 19 |
# File 'lib/nextcloud_release_agent/cli.rb', line 17 def sha @sha end |