debian-mirror-gitlab/app/serializers/serverless/domain_entity.rb

9 lines
130 B
Ruby
Raw Normal View History

2020-04-08 14:13:33 +05:30
# frozen_string_literal: true
module Serverless
class DomainEntity < Grape::Entity
expose :id
expose :domain
end
end