Module: Cronofy::ParticipantEnumerable
- Defined in:
- lib/cronofy/types.rb
Class Method Summary collapse
Class Method Details
.coerce(values) ⇒ Object
352 353 354 |
# File 'lib/cronofy/types.rb', line 352 def self.coerce(values) values.map { |v| Participant.new(v) } end |