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