Sha256: 756a473878c229012f871e541a4a16fbf614e2ebc40ad30c1145ba96655834c3
Contents?: true
Size: 230 Bytes
Versions: 11
Compression:
Stored size: 230 Bytes
Contents
module VoteSmart class Notes < Common attr_accessor :contact_name, :contact_title, :note set_attribute_map "contactName" => :contact_name, "contactTitle" => :contact_title, "note" => :note end end
Version data entries
11 entries across 11 versions & 2 rubygems