Sha256: c5c45a05a30936ad268f66b74ecd2a3bba45a6d867ae1a9fd9c436777b06d2b7
Contents?: true
Size: 433 Bytes
Versions: 13
Compression:
Stored size: 433 Bytes
Contents
# frozen_string_literal: true require_relative "./representer/city" module ONEAccess module DataObject class City extend Serializable represented_by Representer::City attr_accessor :id attr_accessor :name attr_accessor :code attr_accessor :description attr_accessor :longitude attr_accessor :latitude attr_accessor :country attr_accessor :region end end end
Version data entries
13 entries across 13 versions & 1 rubygems