Sha256: 0195086ecfe13b53611620b69f028d60e0b911a7c1285e339baaee05330ecb1f
Contents?: true
Size: 330 Bytes
Versions: 3
Compression:
Stored size: 330 Bytes
Contents
# frozen_string_literal: true module Goldendocx module Charts module Properties class SeriesTextProperty include Goldendocx::Element namespace :c tag :tx embeds_one :value, class_name: 'Goldendocx::Charts::Properties::TextValueProperty', auto_build: true end end end end
Version data entries
3 entries across 3 versions & 1 rubygems