Class: Motley::Tag
- Extended by:
- Forwardable
- Defined in:
- lib/motley.rb
Overview
Motley::Tag
Direct Known Subclasses
Defined Under Namespace
Classes: Nested
Instance Attribute Summary collapse
-
#children ⇒ Object
readonly
Returns the value of attribute children.
Attributes inherited from TagBase
Class Method Summary collapse
-
.set_atts ⇒ Object
————————————————————————— set_atts.
Instance Method Summary collapse
-
#initialize ⇒ Tag
constructor
————————————————————————— initialize.
Constructor Details
Instance Attribute Details
#children ⇒ Object (readonly)
Returns the value of attribute children.
244 245 246 |
# File 'lib/motley.rb', line 244 def children @children end |