Class: Dang::Parser::Pair

Inherits:
Struct
  • Object
show all
Defined in:
lib/dang/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



517
518
519
# File 'lib/dang/parser.rb', line 517

def key
  @key
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



517
518
519
# File 'lib/dang/parser.rb', line 517

def value
  @value
end