Sha256: 981f5d730836688dba62f0f1b842b910001ff836e57e5640d77fa23a5b4c16eb

Contents?: true

Size: 263 Bytes

Versions: 3

Compression:

Stored size: 263 Bytes

Contents

module Serializers::Core
  class Application
    include RestPack::Serializer

    self.model_class = Models::Core::Application
    self.key = :applications

    attributes :id, :name, :account_id

    can_include :domains
    can_filter_by :account_id
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
restpack_core_service-0.0.14 lib/restpack_core_service/serializers/application.rb
restpack_core_service-0.0.13 lib/restpack_core_service/serializers/application.rb
restpack_core_service-0.0.12 lib/restpack_core_service/serializers/application.rb