metamaps--metamaps/app/serializers/api/v1/webhook_serializer.rb

8 lines
155 B
Ruby
Raw Normal View History

2016-08-20 12:32:18 +08:00
module Api
module V1
2016-08-20 13:44:26 +08:00
class WebhookSerializer < ApplicationSerializer
2016-08-20 12:32:18 +08:00
attributes :text, :username, :icon_url # , :attachments
end
end
end