Sha256: 6b835eb4b41375b2107020748ef96866f82785b380abf8dab8310c610cef2913
Contents?: true
Size: 675 Bytes
Versions: 21
Compression:
Stored size: 675 Bytes
Contents
# 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
Version data entries
21 entries across 21 versions & 1 rubygems