Repository URL to install this package:
|
Version:
0.9.7 ▾
|
module Lobbyist
class ContactDraft < Lobbyist::Base
attr_accessor :first_name, :last_name, :email, :notes
end
end