Sha256: ab14650d2eeb207ca34876287d1bae3f0a037896750700ba5d50c134d38f1f57
Contents?: true
Size: 219 Bytes
Versions: 8
Compression:
Stored size: 219 Bytes
Contents
# frozen_string_literal: true require "active_model_serializers" module Mihari module Serializers class GeolocationSerializer < ActiveModel::Serializer attributes :country, :country_code end end end
Version data entries
8 entries across 8 versions & 1 rubygems