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

Version Path
goldendocx-0.3.0 lib/goldendocx/charts/properties/point_count_property.rb
goldendocx-0.2.3 lib/goldendocx/charts/properties/point_count_property.rb
goldendocx-0.2.2 lib/goldendocx/charts/properties/point_count_property.rb