Module: Guidestar::Client::Search

Included in:
Guidestar::Client
Defined in:
lib/guidestar/client/search.rb

Instance Method Summary collapse

Instance Method Details

#charity_check(options = {}) ⇒ Object



12
13
14
15
# File 'lib/guidestar/client/search.rb', line 12

def charity_check(options={})
  path = '/GuideStarCharityCheck'
  get(path, options)
end

#detailed_search(options = {}) ⇒ Object



8
9
10
11
# File 'lib/guidestar/client/search.rb', line 8

def detailed_search(options={})
  path = '/GuideStarDetail'
  get(path, options)
end

#npo_validation(options = {}) ⇒ Object



16
17
18
19
# File 'lib/guidestar/client/search.rb', line 16

def npo_validation(options={})
  path = '/GuideStarNPOValidation'
  get(path, options)
end

#search(options = {}) ⇒ Object



4
5
6
7
# File 'lib/guidestar/client/search.rb', line 4

def search(options={})
  path = '/GuideStarBasic'
  get(path, options)
end