Sha256: 19bff852c9acf4b238275465c7dcfa9f80706a49a7c514418603380be8f8c84b

Contents?: true

Size: 184 Bytes

Versions: 11

Compression:

Stored size: 184 Bytes

Contents

module CSL
	class Locale

		class StyleOptions < Node
			has_no_children
			attr_defaults :'punctuation-in-quote' => false,
			  :'limit-day-ordinals-to-day-1' => false
		end

	end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
csl-1.0.0.pre21 lib/csl/locale/style_options.rb
csl-1.0.0.pre20 lib/csl/locale/style_options.rb
csl-1.0.0.pre19 lib/csl/locale/style_options.rb
csl-1.0.0.pre18 lib/csl/locale/style_options.rb
csl-1.0.0.pre17 lib/csl/locale/style_options.rb
csl-1.0.0.pre16 lib/csl/locale/style_options.rb
csl-1.0.0.pre15 lib/csl/locale/style_options.rb
csl-1.0.0.pre14 lib/csl/locale/style_options.rb
csl-1.0.0.pre13 lib/csl/locale/style_options.rb
csl-1.0.0.pre12 lib/csl/locale/style_options.rb
csl-1.0.0.pre11 lib/csl/locale/style_options.rb