Sha256: 61bc8a0ef58f92d2b69b5e3b1f78c584a1570f8d84a365e3c35e206c0e4e1bfd

Contents?: true

Size: 187 Bytes

Versions: 4

Compression:

Stored size: 187 Bytes

Contents

module OoxmlParser
  class Configuration
    # @return [Integer] accuracy of digits in fraction part
    attr_accessor :accuracy

    def initialize
      @accuracy = 2
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ooxml_parser-0.4.1 lib/ooxml_parser/configuration.rb
ooxml_parser-0.4.0 lib/ooxml_parser/configuration.rb
ooxml_parser-0.3.0 lib/ooxml_parser/configuration.rb
ooxml_parser-0.2.0 lib/ooxml_parser/configuration.rb