Sha256: 874b5cf87692b57d540ebee9818c27c6ff37489c2e9843e2612df75160847fb8

Contents?: true

Size: 305 Bytes

Versions: 3

Compression:

Stored size: 305 Bytes

Contents

# frozen_string_literal: true

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

module ForwardCalendar
  class CompanyParticipants < Node
    include HappyMapper
    tag 'companyParticipants'

    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/company_participants.rb
forward-calendar-0.7.0 lib/forward_calendar/company_participants.rb
forward-calendar-0.6.1 lib/forward_calendar/company_participants.rb