Method: Mints::Pub#get_forms

Defined in:
lib/pub.rb

#get_forms(options = nil) ⇒ Object

Get Forms.

Get a collection of forms

Parameters



159
160
161
# File 'lib/pub.rb', line 159

def get_forms(options = nil)
  return @client.raw("get", "/content/forms", options)
end