Sha256: 9470ba66939c3184c73292ad0bce735e48cd4e23eab860feade55d2e125e61aa
Contents?: true
Size: 424 Bytes
Versions: 3
Compression:
Stored size: 424 Bytes
Contents
# frozen_string_literal: true module Goldendocx module Charts module Properties class StringListProperty include Goldendocx::Element namespace :c tag :strLit embeds_one :count, class_name: 'Goldendocx::Charts::Properties::PointCountProperty', auto_build: true embeds_many :points, class_name: 'Goldendocx::Charts::Properties::PointProperty' end end end end
Version data entries
3 entries across 3 versions & 1 rubygems