Class: SupportOps::GitLab::ProjectWebhookEvents
- Defined in:
- lib/support_ops_gitlab/gitlab/project_webhook_events.rb
Overview
Document attribute meaning
Defines the class ProjectWebhookEvents within the module SupportOps::GitLab.
Instance Attribute Summary collapse
-
#execution_duration ⇒ Float
The current value of execution_duration.
-
#id ⇒ Integer
The current value of id.
-
#request_data ⇒ Hash
The current value of request_data.
-
#request_headers ⇒ Hash
The current value of request_headers.
-
#response_body ⇒ Hash
The current value of response_body.
-
#response_headers ⇒ Hash
The current value of response_headers.
-
#response_status ⇒ String
The current value of response_status.
-
#trigger ⇒ String
The current value of trigger.
-
#url ⇒ String
The current value of url.
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_duration ⇒ Float
Returns 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 |
#id ⇒ Integer
Returns 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_data ⇒ Hash
Returns 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_headers ⇒ Hash
Returns 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_body ⇒ Hash
Returns 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_headers ⇒ Hash
Returns 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_status ⇒ String
Returns 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 |
#trigger ⇒ String
Returns the current value of trigger.
22 23 24 |
# File 'lib/support_ops_gitlab/gitlab/project_webhook_events.rb', line 22 def trigger @trigger end |
#url ⇒ String
Returns the current value of url.
22 23 24 |
# File 'lib/support_ops_gitlab/gitlab/project_webhook_events.rb', line 22 def url @url end |