Class: ProductCriteria::Basic::Comparison
- Inherits:
-
Struct
- Object
- Struct
- ProductCriteria::Basic::Comparison
- Defined in:
- app/models/product_criteria/basic.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#method ⇒ Object
Returns the value of attribute method.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
35 36 37 |
# File 'app/models/product_criteria/basic.rb', line 35 def @message end |
#method ⇒ Object
Returns the value of attribute method
35 36 37 |
# File 'app/models/product_criteria/basic.rb', line 35 def method @method end |