Sha256: e42867bc77c71c39b54a1f3905687b4e5352712f5ce151bf55ca6da1e64abc7d

Contents?: true

Size: 220 Bytes

Versions: 3

Compression:

Stored size: 220 Bytes

Contents

# frozen_string_literal: true

module Goldendocx
  module Charts
    module Properties
      class SmoothProperty
        include Goldendocx::Element

        namespace :c
        tag :smooth
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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