class Emarsys::Form
Methods for the Form
API
Public Class Methods
collection(account: nil)
click to toggle source
List segments
@return [Hash] List of forms @example
Emarsys::Form.collection
# File lib/emarsys/data_objects/form.rb, line 15 def collection(account: nil) get account, 'form', {} end