Class: Htmless::Data::Tag
- Inherits:
-
Struct
- Object
- Struct
- Htmless::Data::Tag
- Defined in:
- lib/htmless/data.rb
Instance Attribute Summary (collapse)
-
- (Object) attributes
Returns the value of attribute attributes.
-
- (Object) name
Returns the value of attribute name.
Instance Attribute Details
- (Object) attributes
Returns the value of attribute attributes
7 8 9 |
# File 'lib/htmless/data.rb', line 7 def attributes @attributes end |
- (Object) name
Returns the value of attribute name
7 8 9 |
# File 'lib/htmless/data.rb', line 7 def name @name end |