Class: Dang::Parser::Pair
- Inherits:
-
Struct
- Object
- Struct
- Dang::Parser::Pair
- Defined in:
- lib/dang/parser.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
517 518 519 |
# File 'lib/dang/parser.rb', line 517 def key @key end |
#value ⇒ Object
Returns the value of attribute value
517 518 519 |
# File 'lib/dang/parser.rb', line 517 def value @value end |