# WARNING: This code is auto-generated from the BaseCRM API Discovery JSON Schema module BaseCRM class Address < Model # @!attribute [rw] city # @return [String] City name. # attr_accessor :city # @!attribute [rw] country # @return [String] Country name. # attr_accessor :country # @!attribute [rw] line1 # @return [String] Line 1 of the address e.g. number, street, suite, apt #, etc. # attr_accessor :line1 # @!attribute [rw] postal_code # @return [String] Zip code or equivalent. # attr_accessor :postal_code # @!attribute [rw] state # @return [String] State name. # attr_accessor :state end end