Class: Blacklight::SearchState::PivotFilterField::PivotValue
- Inherits:
-
Object
- Object
- Blacklight::SearchState::PivotFilterField::PivotValue
- Defined in:
- lib/blacklight/search_state/pivot_filter_field.rb
Instance Attribute Summary collapse
-
#fq ⇒ Object
Returns the value of attribute fq.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value: nil, fq: {}, **_args) ⇒ PivotValue
constructor
rubocop:disable Naming/MethodParameterName.
Constructor Details
#initialize(value: nil, fq: {}, **_args) ⇒ PivotValue
rubocop:disable Naming/MethodParameterName
86 87 88 89 |
# File 'lib/blacklight/search_state/pivot_filter_field.rb', line 86 def initialize(value: nil, fq: {}, **_args) # rubocop:disable Naming/MethodParameterName @value = value @fq = fq end |
Instance Attribute Details
#fq ⇒ Object
Returns the value of attribute fq.
81 82 83 |
# File 'lib/blacklight/search_state/pivot_filter_field.rb', line 81 def fq @fq end |
#value ⇒ Object
Returns the value of attribute value.
81 82 83 |
# File 'lib/blacklight/search_state/pivot_filter_field.rb', line 81 def value @value end |