Class: Headmin::Filter::RowView
- Defined in:
- app/models/headmin/filter/row_view.rb
Instance Method Summary collapse
Methods inherited from ViewModel
#attributes, #initialize, #to_hash
Constructor Details
This class inherits a constructor from ViewModel
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ViewModel
Instance Method Details
#operator ⇒ Object
4 5 6 |
# File 'app/models/headmin/filter/row_view.rb', line 4 def operator @operator || nil end |
#value ⇒ Object
8 9 10 |
# File 'app/models/headmin/filter/row_view.rb', line 8 def value @value || nil end |