Sha256: 4d7e8982d9251e88c537709ffb39a5232633ff3e46a12d8b7a3a4dbb2153eb79
Contents?: true
Size: 328 Bytes
Versions: 15
Compression:
Stored size: 328 Bytes
Contents
# frozen_string_literal: true require 'happymapper' require 'jacoco/model/counter' module Jacoco # Jacoco method model class Method include HappyMapper tag 'method' attribute :name, String attribute :desc, String attribute :line, Integer has_many :counters, Jacoco::Counter, xpath: '.' end end
Version data entries
15 entries across 15 versions & 2 rubygems