Class: Uniword::Drawingml::EffectStyle

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

Overview

Represents an effect style in DrawingML format scheme

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ EffectStyle

Returns a new instance of EffectStyle.



19
20
21
22
# File 'lib/uniword/drawingml/format_scheme.rb', line 19

def initialize(attributes = {})
  super
  @effect_lst ||= EffectList.new
end