Sha256: 2a17ed7224446ca742ad781d8d9b9332e12d7f8b04ac8105d0150c3ad86f4260

Contents?: true

Size: 191 Bytes

Versions: 2

Compression:

Stored size: 191 Bytes

Contents

# Radical Data
module OoxmlParser
  class Radical
    attr_accessor :degree, :value

    def initialize(degree = 2, value = nil)
      @degree = degree
      @value = value
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ooxml_parser-0.1.2 lib/ooxml_parser/docx_parser/docx_data/document_structure/docx_paragraph/docx_formula/radical.rb
ooxml_parser-0.1.1 lib/ooxml_parser/docx_parser/docx_data/document_structure/docx_paragraph/docx_formula/radical.rb