Sha256: 3b7d9961ba9e1cc3b152f6db6911c010063b1ee2f7a8caa399ca8c3b02b7914a
Contents?: true
Size: 351 Bytes
Versions: 3
Compression:
Stored size: 351 Bytes
Contents
# frozen_string_literal: true module Goldendocx module Charts module Properties class PointProperty include Goldendocx::Element namespace :c tag :pt attribute :index, alias_name: :idx embeds_one :value, class_name: 'Goldendocx::Charts::Properties::TextValueProperty' end end end end
Version data entries
3 entries across 3 versions & 1 rubygems