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

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