Sha256: 4694614c30f2506bb6a8d0696f2e8f440e3ad6ffce2876d9beb4c121fb48b262
Contents?: true
Size: 431 Bytes
Versions: 13
Compression:
Stored size: 431 Bytes
Contents
# frozen_string_literal: true require_relative "./representer/global_region" module ONEAccess module DataObject class GlobalRegion extend Serializable represented_by Representer::GlobalRegion attr_accessor :id attr_accessor :name attr_accessor :code attr_accessor :code3 attr_accessor :description attr_accessor :global_region attr_accessor :regions end end end
Version data entries
13 entries across 13 versions & 1 rubygems