Sha256: fca6261118bb41be7f3e52008fb58343e96fcfe4fbb532e41fc2e05238464ec9
Contents?: true
Size: 269 Bytes
Versions: 3
Compression:
Stored size: 269 Bytes
Contents
# frozen_string_literal: true module Goldendocx module Charts module Properties class PointCountProperty include Goldendocx::Element namespace :c tag :ptCount attribute :count, alias_name: :val end end end end
Version data entries
3 entries across 3 versions & 1 rubygems