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

Version Path
netroots-ruby-votesmart-0.2.0 lib/vote_smart/phone.rb
netroots-ruby-votesmart-0.2.1 lib/vote_smart/phone.rb
netroots-ruby-votesmart-0.2.2 lib/vote_smart/phone.rb
netroots-ruby-votesmart-0.2.3 lib/vote_smart/phone.rb
netroots-ruby-votesmart-0.2.4 lib/vote_smart/phone.rb
votesmart-0.4.1 lib/vote_smart/phone.rb
votesmart-0.4.0 lib/vote_smart/phone.rb
votesmart-0.3.3 lib/vote_smart/phone.rb
votesmart-0.3.2 lib/vote_smart/phone.rb
votesmart-0.3.1 lib/vote_smart/phone.rb
votesmart-0.3.0 lib/vote_smart/phone.rb