Sha256: 82e8bf584af31a7a5d736e741058dc7300575ff309b3ab35dfae3f6be6f1e3ff

Contents?: true

Size: 222 Bytes

Versions: 8

Compression:

Stored size: 222 Bytes

Contents

require 'happymapper'

module Jacoco
  # Jacoco sourcefile model
  class Sourcefile
    include HappyMapper

    tag 'sourcefile'

    attribute :name, String

    has_many :counters, Jacoco::Counter, xpath: '.'
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
danger-jacoco-0.1.4 lib/jacoco/model/sourcefile.rb
danger-jacoco-0.1.3 lib/jacoco/model/sourcefile.rb
danger-jacoco-0.1.2 lib/jacoco/model/sourcefile.rb
danger-jacoco-0.1.1 lib/jacoco/model/sourcefile.rb
danger-jacoco-0.1.0 lib/jacoco/model/sourcefile.rb
danger-jacoco-0.0.3 lib/jacoco/model/sourcefile.rb
danger-jacoco-0.0.2 lib/jacoco/model/sourcefile.rb
danger-jacoco-0.0.1 lib/jacoco/model/sourcefile.rb