Class: PactBroker::Domain::WebhookPacticipant

Inherits:
Struct
  • Object
show all
Defined in:
lib/pact_broker/domain/webhook_pacticipant.rb

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



4
5
6
# File 'lib/pact_broker/domain/webhook_pacticipant.rb', line 4

def label
  @label
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/pact_broker/domain/webhook_pacticipant.rb', line 4

def name
  @name
end