Class: Effective::Snippets::DropCap

Inherits:
Snippet
  • Object
show all
Defined in:
app/models/effective/snippets/drop_cap.rb

Instance Method Summary collapse

Methods inherited from Snippet

all, #class_name, #data, definitions, #id, #initialize, #region, #snippet_description, #snippet_dialog_url, #snippet_editables, #snippet_inline, #snippet_label, #snippet_tag, #to_partial_path

Constructor Details

This class inherits a constructor from Effective::Snippets::Snippet

Instance Method Details

#snippet_attributesObject



5
6
7
# File 'app/models/effective/snippets/drop_cap.rb', line 5

def snippet_attributes
  super + [:letter, :html_class]
end