Class: Basepack::FilterQL::Transformer::HashPair

Inherits:
Struct
  • Object
show all
Defined in:
lib/basepack/filter_ql.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



108
109
110
# File 'lib/basepack/filter_ql.rb', line 108

def key
  @key
end

#valObject

Returns the value of attribute val

Returns:

  • (Object)

    the current value of val



108
109
110
# File 'lib/basepack/filter_ql.rb', line 108

def val
  @val
end