Class: Vx::ServiceConnector::GitlabV5::Payload
- Inherits:
-
Struct
- Object
- Struct
- Vx::ServiceConnector::GitlabV5::Payload
- Defined in:
- lib/vx/service_connector/gitlab_v5/payload.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#params ⇒ Object
Returns the value of attribute params.
-
#repo ⇒ Object
Returns the value of attribute repo.
-
#session ⇒ Object
Returns the value of attribute session.
Instance Method Summary collapse
Instance Attribute Details
#params ⇒ Object
Returns the value of attribute params
4 5 6 |
# File 'lib/vx/service_connector/gitlab_v5/payload.rb', line 4 def params @params end |
#repo ⇒ Object
Returns the value of attribute repo
4 5 6 |
# File 'lib/vx/service_connector/gitlab_v5/payload.rb', line 4 def repo @repo end |
#session ⇒ Object
Returns the value of attribute session
4 5 6 |
# File 'lib/vx/service_connector/gitlab_v5/payload.rb', line 4 def session @session end |
Instance Method Details
#build ⇒ Object
6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# File 'lib/vx/service_connector/gitlab_v5/payload.rb', line 6 def build ServiceConnector::Model::Payload.new( !!ignore?, !!pull_request?, pull_request_number, branch, branch_label, sha, , , , web_url ) end |