Module: Deface::Actions

Defined in:
lib/deface/actions/action.rb,
lib/deface/actions/remove.rb,
lib/deface/actions/replace.rb,
lib/deface/actions/surround.rb,
lib/deface/actions/insert_top.rb,
lib/deface/actions/insert_after.rb,
lib/deface/actions/insert_before.rb,
lib/deface/actions/insert_bottom.rb,
lib/deface/actions/element_action.rb,
lib/deface/actions/set_attributes.rb,
lib/deface/actions/surround_action.rb,
lib/deface/actions/attribute_action.rb,
lib/deface/actions/replace_contents.rb,
lib/deface/actions/add_to_attributes.rb,
lib/deface/actions/surround_contents.rb,
lib/deface/actions/remove_from_attributes.rb

Defined Under Namespace

Classes: Action, AddToAttributes, AttributeAction, ElementAction, InsertAfter, InsertBefore, InsertBottom, InsertTop, Remove, RemoveFromAttributes, Replace, ReplaceContents, SetAttributes, Surround, SurroundAction, SurroundContents