Sha256: 44de4112ef3d3f22e8da4183e4fcb1a6284adca4b512a3c668ffb2c9c0edeea1

Contents?: true

Size: 303 Bytes

Versions: 3

Compression:

Stored size: 303 Bytes

Contents

# frozen_string_literal: true

require 'happymapper'
require_relative 'node'
require_relative 'participant'

module ForwardCalendar
  class BrokerParticipants < Node
    include HappyMapper
    tag 'brokerParticipants'

    has_many :participants, Participant, tag: 'participant', xpath: './'
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
forward-calendar-0.7.1 lib/forward_calendar/broker_participants.rb
forward-calendar-0.7.0 lib/forward_calendar/broker_participants.rb
forward-calendar-0.6.1 lib/forward_calendar/broker_participants.rb