Sha256: 8270ab980af4e61d8491ce857a1ff205cfa4c1f5418eaf5b36230a5e23ea4ced
Contents?: true
Size: 293 Bytes
Versions: 9
Compression:
Stored size: 293 Bytes
Contents
module Affirm module Objects class Address include Virtus.model attribute :line1, String attribute :line2, String attribute :city, String attribute :state, String attribute :zipcode, String attribute :country, String end end end
Version data entries
9 entries across 9 versions & 1 rubygems