Module: TipTap::HtmlRenderable::ClassMethods

Defined in:
lib/tip_tap/html_renderable.rb

Instance Method Summary collapse

Instance Method Details

#html_class_nameObject



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

def html_class_name
  @html_class_name
end

#html_class_name=(name_or_proc) ⇒ Object



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

def html_class_name=(name_or_proc)
  @html_class_name = name_or_proc
end

#html_tagObject



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

def html_tag
  @html_tag
end

#html_tag=(name_or_proc) ⇒ Object



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

def html_tag=(name_or_proc)
  @html_tag = name_or_proc
end