Sha256: 17a8c0ff60d1255df08bde4696bcc3729d35cf14febac06af88f1f56055ee6c1
Contents?: true
Size: 328 Bytes
Versions: 3
Compression:
Stored size: 328 Bytes
Contents
# frozen_string_literal: true module Goldendocx module Charts module Properties class MarkerProperty include Goldendocx::Element namespace :c tag :marker embeds_one :symbol, class_name: 'Goldendocx::Charts::Properties::SymbolProperty', auto_build: true end end end end
Version data entries
3 entries across 3 versions & 1 rubygems