Class: Refine::Inline::Criteria::Option
- Inherits:
-
Struct
- Object
- Struct
- Refine::Inline::Criteria::Option
- Defined in:
- app/models/refine/inline/criteria/option.rb
Instance Attribute Summary collapse
-
#display ⇒ Object
Returns the value of attribute display.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Attribute Details
#display ⇒ Object
Returns the value of attribute display
1 2 3 |
# File 'app/models/refine/inline/criteria/option.rb', line 1 def display @display end |
#id ⇒ Object
Returns the value of attribute id
1 2 3 |
# File 'app/models/refine/inline/criteria/option.rb', line 1 def id @id end |