Sha256: 2c67984b12e4243f96d2c490bf4b9bbd334574bacaecee74b22ad51666a53b61
Contents?: true
Size: 416 Bytes
Versions: 6
Compression:
Stored size: 416 Bytes
Contents
# frozen_string_literal: true require_relative "./representer/country" module ONEAccess module DataObject class Country extend Serializable represented_by Representer::Country 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
6 entries across 6 versions & 1 rubygems