Class: MetaHeader::Tag
- Inherits:
-
Struct
- Object
- Struct
- MetaHeader::Tag
- Defined in:
- lib/metaheader.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
23 24 25 |
# File 'lib/metaheader.rb', line 23 def name @name end |
#value ⇒ Object
Returns the value of attribute value
23 24 25 |
# File 'lib/metaheader.rb', line 23 def value @value end |