module CongressForms

Constants

Error
UnsupportedAction
VERSION

Public Class Methods

auto_update_contact_congress=(auto_update) click to toggle source
# File lib/congress_forms.rb, line 94
def self.auto_update_contact_congress=(auto_update)
  @@auto_update_contact_congress = auto_update
end
auto_update_contact_congress?() click to toggle source
# File lib/congress_forms.rb, line 98
def self.auto_update_contact_congress?
  @@auto_update_contact_congress
end
contact_congress_remote() click to toggle source
# File lib/congress_forms.rb, line 78
def self.contact_congress_remote
  @@contact_congress_remote
end
contact_congress_remote=(location) click to toggle source
# File lib/congress_forms.rb, line 74
def self.contact_congress_remote=(location)
  @@contact_congress_remote = location
end
contact_congress_repository() click to toggle source
# File lib/congress_forms.rb, line 88
def self.contact_congress_repository
  @@contact_congress_repository
end
contact_congress_repository=(location) click to toggle source
# File lib/congress_forms.rb, line 84
def self.contact_congress_repository=(location)
  @@contact_congress_repository = location
end