Class: SimpleHubspot::Form
- Inherits:
-
Object
- Object
- SimpleHubspot::Form
- Defined in:
- lib/simple_hubspot/form.rb
Class Method Summary collapse
Class Method Details
.submit_form(guid, params) ⇒ Object
6 7 8 9 |
# File 'lib/simple_hubspot/form.rb', line 6 def submit_form(guid, params) raise ArgumentError unless guid ApiClient.do_form_post guid, params end |