Class: Webhooks::Outgoing::EventType

Inherits:
ApplicationHash
  • Object
show all
Defined in:
app/models/webhooks/outgoing/event_type.rb

Instance Method Summary collapse

Instance Method Details

#label_stringObject



6
7
8
# File 'app/models/webhooks/outgoing/event_type.rb', line 6

def label_string
  name
end

#nameObject



10
11
12
# File 'app/models/webhooks/outgoing/event_type.rb', line 10

def name
  id
end