Class: Uniword::Drawingml::EffectStyleList

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

Overview

Represents effect style list in DrawingML format scheme

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ EffectStyleList

Returns a new instance of EffectStyleList.



73
74
75
76
# File 'lib/uniword/drawingml/format_scheme.rb', line 73

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