Module: TipTap::HtmlRenderable::ClassMethods

Defined in:
lib/tip_tap/html_renderable.rb

Instance Method Summary collapse

Instance Method Details

#html_class_nameObject



31
32
33
# File 'lib/tip_tap/html_renderable.rb', line 31

def html_class_name
  @html_class_name
end

#html_class_name=(name_or_proc) ⇒ Object



27
28
29
# File 'lib/tip_tap/html_renderable.rb', line 27

def html_class_name=(name_or_proc)
  @html_class_name = name_or_proc
end

#html_tagObject



23
24
25
# File 'lib/tip_tap/html_renderable.rb', line 23

def html_tag
  @html_tag
end

#html_tag=(name_or_proc) ⇒ Object



19
20
21
# File 'lib/tip_tap/html_renderable.rb', line 19

def html_tag=(name_or_proc)
  @html_tag = name_or_proc
end