Class: Uniword::Drawingml::LineStyleList

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/uniword/drawingml/format_scheme.rb

Overview

Represents line style list in DrawingML format scheme

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ LineStyleList

Returns a new instance of LineStyleList.



57
58
59
60
# File 'lib/uniword/drawingml/format_scheme.rb', line 57

def initialize(attributes = {})
  super
  @lines ||= []
end