module Cronofy::ParticipantEnumerable

Public Class Methods

coerce(values) click to toggle source
# File lib/cronofy/types.rb, line 352
def self.coerce(values)
  values.map { |v| Participant.new(v) }
end