Sha256: e7edd0869bdd156a6c0972e336a1a48f80af98dae0574a63f51dfa69148baa81
Contents?: true
Size: 280 Bytes
Versions: 2
Compression:
Stored size: 280 Bytes
Contents
module Printfection class Address < Resource property :name property :address property :address2 property :company property :city property :state property :zip_code, from: :zip property :country property :email property :phone end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
printfection-1.0.1 | lib/printfection/address.rb |
printfection-1.0.0 | lib/printfection/address.rb |