Class: Basepack::FilterQL::Transformer::HashPair
- Inherits:
-
Struct
- Object
- Struct
- Basepack::FilterQL::Transformer::HashPair
- Defined in:
- lib/basepack/filter_ql.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#val ⇒ Object
Returns the value of attribute val.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
108 109 110 |
# File 'lib/basepack/filter_ql.rb', line 108 def key @key end |
#val ⇒ Object
Returns the value of attribute val
108 109 110 |
# File 'lib/basepack/filter_ql.rb', line 108 def val @val end |