Module: Rocky::Client::StateRequirements
- Extended by:
- T::Sig
- Included in:
- Rocky::Client
- Defined in:
- lib/rockthevote/client/state_requirements.rb
Instance Method Summary collapse
Instance Method Details
#get_state_requirements(**opts) ⇒ Object
9 10 11 12 |
# File 'lib/rockthevote/client/state_requirements.rb', line 9 def get_state_requirements(**opts) T.let(opts[:home_zip_code], T.nilable(String)) return self.perform_get_request("/state_requirements.json", opts) end |