Method: Mints::Pub#get_forms
- Defined in:
- lib/pub.rb
#get_forms(options = nil) ⇒ Object
Get Forms.
Get a collection of forms
Parameters
-
options- [Hash] List of Resource collection Options shown above can be used as parameter
159 160 161 |
# File 'lib/pub.rb', line 159 def get_forms( = nil) return @client.raw("get", "/content/forms", ) end |