Class: PactBroker::Events::Event
- Inherits:
-
Struct
- Object
- Struct
- PactBroker::Events::Event
- Defined in:
- lib/pact_broker/events/event.rb
Instance Attribute Summary collapse
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#name ⇒ Object
Returns the value of attribute name.
-
#triggered_webhooks ⇒ Object
Returns the value of attribute triggered_webhooks.
Instance Attribute Details
#comment ⇒ Object
Returns the value of attribute comment
3 4 5 |
# File 'lib/pact_broker/events/event.rb', line 3 def comment @comment end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/pact_broker/events/event.rb', line 3 def name @name end |
#triggered_webhooks ⇒ Object
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 |