Sha256: e16954a1f95e024d40d148cf5e39e3460d8d2ff03fdc65fa0ef0e94a9c21873e
Contents?: true
Size: 404 Bytes
Versions: 17
Compression:
Stored size: 404 Bytes
Contents
# frozen_string_literal: true module ONEAccess module DataObject module Representer class Region < Representable::Decorator include Representable::JSON property :id, as: :Id, type: Integer property :name, as: :Name, type: String property :code, as: :Code, type: String property :description, as: :Description, type: String end end end end
Version data entries
17 entries across 17 versions & 1 rubygems