Module: Webhookdb::Service::Types
- Included in:
- API::Auth, API::Organizations
- Defined in:
- lib/webhookdb/service/types.rb
Defined Under Namespace
Classes: CommaSepArray, NormalizedEmail, NormalizedPhone
Class Method Summary collapse
Class Method Details
.included(ctx) ⇒ Object
6 7 8 9 10 |
# File 'lib/webhookdb/service/types.rb', line 6 def self.included(ctx) ctx.const_set(:NormalizedEmail, NormalizedEmail) ctx.const_set(:NormalizedPhone, NormalizedPhone) ctx.const_set(:CommaSepArray, CommaSepArray) end |