Sha256: 29e7b7a6313d29cf1839145e3ba3a41a3645bae1e823835b82704e93aca90064
Contents?: true
Size: 301 Bytes
Versions: 11
Compression:
Stored size: 301 Bytes
Contents
module VoteSmart class Phone < Common attr_accessor :phone1, :phone2, :fax1, :fax2, :toll_free, :ttyd set_attribute_map "phone1" => :phone1, "phone2" => :phone2, "fax1" => :fax1, "fax2" => :fax2, "tollFree" => :toll_free, "ttyd" => :ttyd end end
Version data entries
11 entries across 11 versions & 2 rubygems