Class: PactBroker::Events::Event

Inherits:
Struct
  • Object
show all
Defined in:
lib/pact_broker/events/event.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commentObject

Returns the value of attribute comment



3
4
5
# File 'lib/pact_broker/events/event.rb', line 3

def comment
  @comment
end

#nameObject

Returns the value of attribute name



3
4
5
# File 'lib/pact_broker/events/event.rb', line 3

def name
  @name
end

#triggered_webhooksObject

Returns the value of attribute triggered_webhooks



3
4
5
# File 'lib/pact_broker/events/event.rb', line 3

def triggered_webhooks
  @triggered_webhooks
end