Sha256: 4438354a685103fbab32bc0749ecb9a649cccdfffc9ab12abafb0e25efaac545

Contents?: true

Size: 213 Bytes

Versions: 5

Compression:

Stored size: 213 Bytes

Contents

module CSL
  class Style
    
    class Layout < Node
      attr_struct(*Schema.attr(:affixes, :font, :delimiter))
    
      def delimiter
        attributes.fetch(:delimiter, '')
      end
    end
    
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
csl-1.0.2 lib/csl/style/layout.rb
csl-1.0.1 lib/csl/style/layout.rb
csl-1.0.0 lib/csl/style/layout.rb
csl-1.0.0.pre23 lib/csl/style/layout.rb
csl-1.0.0.pre22 lib/csl/style/layout.rb