Class: Ast::Merge::HandlerKeyedMember

Inherits:
Struct
  • Object
show all
Defined in:
lib/ast/merge.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



762
763
764
# File 'lib/ast/merge.rb', line 762

def key
  @key
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



762
763
764
# File 'lib/ast/merge.rb', line 762

def value
  @value
end