Class: ProductCriteria::Basic::Comparison

Inherits:
Struct
  • Object
show all
Defined in:
app/models/product_criteria/basic.rb

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



35
36
37
# File 'app/models/product_criteria/basic.rb', line 35

def message
  @message
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



35
36
37
# File 'app/models/product_criteria/basic.rb', line 35

def method
  @method
end