class JustGiving::Fundraising
Public Instance Methods
check_if_page_exists_by_name(name)
click to toggle source
# File lib/justgiving/fundraising.rb, line 6 def check_if_page_exists_by_name(name) head("fundraising/pages/#{name}") end
suggest_page_short_names(preferred)
click to toggle source
# File lib/justgiving/fundraising.rb, line 10 def suggest_page_short_names(preferred) get("fundraising/pages/suggest", {'preferredName' => preferred}) end