Class: DeviseScim::Filter::Comparison
- Inherits:
-
Struct
- Object
- Struct
- DeviseScim::Filter::Comparison
- Defined in:
- lib/devise_scim/filter/parser.rb
Instance Attribute Summary collapse
-
#attr_path ⇒ Object
Returns the value of attribute attr_path.
-
#op ⇒ Object
Returns the value of attribute op.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#attr_path ⇒ Object
Returns the value of attribute attr_path
5 6 7 |
# File 'lib/devise_scim/filter/parser.rb', line 5 def attr_path @attr_path end |
#op ⇒ Object
Returns the value of attribute op
5 6 7 |
# File 'lib/devise_scim/filter/parser.rb', line 5 def op @op end |
#value ⇒ Object
Returns the value of attribute value
5 6 7 |
# File 'lib/devise_scim/filter/parser.rb', line 5 def value @value end |