Class: Ansible::Ruby::Modules::Github_issue

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/source_control/github_issue.rb

Overview

View GitHub issue for a given repository.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#actionget_status?

Returns Get various details about issue depending upon action specified.

Returns:

  • (get_status, nil)

    Get various details about issue depending upon action specified.



24
# File 'lib/ansible/ruby/modules/generated/source_control/github_issue.rb', line 24

attribute :action

#issueInteger

Returns Issue number for which information is required.

Returns:

  • (Integer)

    Issue number for which information is required.



20
# File 'lib/ansible/ruby/modules/generated/source_control/github_issue.rb', line 20

attribute :issue

#organizationString

Returns Name of the GitHub organization in which the repository is hosted.

Returns:

  • (String)

    Name of the GitHub organization in which the repository is hosted.



16
# File 'lib/ansible/ruby/modules/generated/source_control/github_issue.rb', line 16

attribute :organization

#repoString

Returns Name of repository from which issue needs to be retrieved.

Returns:

  • (String)

    Name of repository from which issue needs to be retrieved.



12
# File 'lib/ansible/ruby/modules/generated/source_control/github_issue.rb', line 12

attribute :repo