Class: SupportOps::GitLab::ProjectWebhookEvents

Inherits:
Base
  • Object
show all
Defined in:
lib/support_ops_gitlab/gitlab/project_webhook_events.rb

Overview

TODO:

Document attribute meaning

Defines the class ProjectWebhookEvents within the module SupportOps::GitLab.

Author:

  • Jason Colyer

Since:

  • 1.0.0

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#activate!, #approve!, attributes, #badges, #ban!, #block!, client, #client=, #commits, configure, #contributors, #create_support_pin!, #deactivate!, define_attributes, #delete!, #diffs, #disable_2fa!, #discussions, #emails, #encoded_path, #events, #find, #find!, #gpg_keys, #hard_delete!, #impersonations, #initialize, #issues, #jobs, #latest_pipeline, #members, #memberships, #merge_requests, #move!, #notes, #paid?, #pats, #pipeline_variables, #pipelines, #preferences, #projects, readonly_attributes, #reject!, #revoke!, #rotate!, #save!, #ssh_keys, #status, #store_original_attributes, #subscribe!, #support_pin, to_hash, #tokens, #unban!, #unblock!, #unsubscribe!, #webhooks

Constructor Details

This class inherits a constructor from SupportOps::GitLab::Base

Instance Attribute Details

#execution_durationFloat

Returns the current value of execution_duration.

Returns:

  • (Float)

    the current value of execution_duration



22
23
24
# File 'lib/support_ops_gitlab/gitlab/project_webhook_events.rb', line 22

def execution_duration
  @execution_duration
end

#idInteger

Returns the current value of id.

Returns:

  • (Integer)

    the current value of id



22
23
24
# File 'lib/support_ops_gitlab/gitlab/project_webhook_events.rb', line 22

def id
  @id
end

#request_dataHash

Returns the current value of request_data.

Returns:

  • (Hash)

    the current value of request_data



22
23
24
# File 'lib/support_ops_gitlab/gitlab/project_webhook_events.rb', line 22

def request_data
  @request_data
end

#request_headersHash

Returns the current value of request_headers.

Returns:

  • (Hash)

    the current value of request_headers



22
23
24
# File 'lib/support_ops_gitlab/gitlab/project_webhook_events.rb', line 22

def request_headers
  @request_headers
end

#response_bodyHash

Returns the current value of response_body.

Returns:

  • (Hash)

    the current value of response_body



22
23
24
# File 'lib/support_ops_gitlab/gitlab/project_webhook_events.rb', line 22

def response_body
  @response_body
end

#response_headersHash

Returns the current value of response_headers.

Returns:

  • (Hash)

    the current value of response_headers



22
23
24
# File 'lib/support_ops_gitlab/gitlab/project_webhook_events.rb', line 22

def response_headers
  @response_headers
end

#response_statusString

Returns the current value of response_status.

Returns:

  • (String)

    the current value of response_status



22
23
24
# File 'lib/support_ops_gitlab/gitlab/project_webhook_events.rb', line 22

def response_status
  @response_status
end

#triggerString

Returns the current value of trigger.

Returns:

  • (String)

    the current value of trigger



22
23
24
# File 'lib/support_ops_gitlab/gitlab/project_webhook_events.rb', line 22

def trigger
  @trigger
end

#urlString

Returns the current value of url.

Returns:

  • (String)

    the current value of url



22
23
24
# File 'lib/support_ops_gitlab/gitlab/project_webhook_events.rb', line 22

def url
  @url
end