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



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

def key
  @key
end

#valObject

Returns the value of attribute val



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

def val
  @val
end