Class: PactBroker::Domain::WebhookPacticipant
- Inherits:
-
Struct
- Object
- Struct
- PactBroker::Domain::WebhookPacticipant
- Defined in:
- lib/pact_broker/domain/webhook_pacticipant.rb
Instance Attribute Summary collapse
-
#label ⇒ Object
Returns the value of attribute label.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#label ⇒ Object
Returns the value of attribute label
4 5 6 |
# File 'lib/pact_broker/domain/webhook_pacticipant.rb', line 4 def label @label end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/pact_broker/domain/webhook_pacticipant.rb', line 4 def name @name end |