module NgpVan::Client::Demographics
Public Instance Methods
pronouns(params: {})
click to toggle source
# File lib/ngp_van/client/demographics.rb, line 26 def pronouns(params: {}) get(path: 'pronouns', params: params) end
reported_ethnicities(params: {})
click to toggle source
# File lib/ngp_van/client/demographics.rb, line 10 def reported_ethnicities(params: {}) get(path: 'reportedEthnicities', params: params) end
reported_genders(params: {})
click to toggle source
# File lib/ngp_van/client/demographics.rb, line 22 def reported_genders(params: {}) get(path: 'reportedGenders', params: params) end
reported_language_preferences(params: {})
click to toggle source
# File lib/ngp_van/client/demographics.rb, line 14 def reported_language_preferences(params: {}) get(path: 'reportedLanguagePreferences', params: params) end
reported_races(params: {})
click to toggle source
# File lib/ngp_van/client/demographics.rb, line 6 def reported_races(params: {}) get(path: 'reportedRaces', params: params) end
reported_sexual_orientations(params: {})
click to toggle source
# File lib/ngp_van/client/demographics.rb, line 18 def reported_sexual_orientations(params: {}) get(path: 'reportedSexualOrientations', params: params) end