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

8 lines
157 B
Ruby
Raw Normal View History

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