Module: NgpVan::Client::Demographics

Included in:
NgpVan::Client
Defined in:
lib/ngp_van/client/demographics.rb

Instance Method Summary collapse

Instance Method Details

#pronouns(params: {}) ⇒ Object



26
27
28
# File 'lib/ngp_van/client/demographics.rb', line 26

def pronouns(params: {})
  get(path: 'pronouns', params: params)
end

#reported_ethnicities(params: {}) ⇒ Object



10
11
12
# File 'lib/ngp_van/client/demographics.rb', line 10

def reported_ethnicities(params: {})
  get(path: 'reportedEthnicities', params: params)
end

#reported_genders(params: {}) ⇒ Object



22
23
24
# File 'lib/ngp_van/client/demographics.rb', line 22

def reported_genders(params: {})
  get(path: 'reportedGenders', params: params)
end

#reported_language_preferences(params: {}) ⇒ Object



14
15
16
# File 'lib/ngp_van/client/demographics.rb', line 14

def reported_language_preferences(params: {})
  get(path: 'reportedLanguagePreferences', params: params)
end

#reported_races(params: {}) ⇒ Object



6
7
8
# File 'lib/ngp_van/client/demographics.rb', line 6

def reported_races(params: {})
  get(path: 'reportedRaces', params: params)
end

#reported_sexual_orientations(params: {}) ⇒ Object



18
19
20
# File 'lib/ngp_van/client/demographics.rb', line 18

def reported_sexual_orientations(params: {})
  get(path: 'reportedSexualOrientations', params: params)
end