Sha256: bb057d3062c0f2d8efb94385944bb950b677a2a4ae60ceaee925439ebc31e9ba
Contents?: true
Size: 434 Bytes
Versions: 6
Compression:
Stored size: 434 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
6 entries across 6 versions & 1 rubygems