Sha256: 825199b8a24388e4c5ef7d26ba709aaa360336a9ea3d2b65ae1c8f3ca01f1e60

Contents?: true

Size: 211 Bytes

Versions: 1

Compression:

Stored size: 211 Bytes

Contents

module CSL
  class Style

    class Text < Node
      attr_struct :variable, :macro, :term, :form, :plural, :value,
        *Schema.attr(:formatting, :display, :periods)

      has_no_children
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
csl-1.0.0.pre6 lib/csl/style/text.rb