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