Class: Html2Bbcode::Bbcode::ClosingTags

Inherits:
Struct
  • Object
show all
Defined in:
lib/bbcode/closing_tags.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#namesObject

Returns the value of attribute names

Returns:

  • (Object)

    the current value of names



3
4
5
# File 'lib/bbcode/closing_tags.rb', line 3

def names
  @names
end

Instance Method Details

#tagsObject



4
5
6
# File 'lib/bbcode/closing_tags.rb', line 4

def tags
  collect_tags.join
end