Class: DeviseScim::Filter::Comparison

Inherits:
Struct
  • Object
show all
Defined in:
lib/devise_scim/filter/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attr_pathObject

Returns the value of attribute attr_path

Returns:

  • (Object)

    the current value of attr_path



5
6
7
# File 'lib/devise_scim/filter/parser.rb', line 5

def attr_path
  @attr_path
end

#opObject

Returns the value of attribute op

Returns:

  • (Object)

    the current value of op



5
6
7
# File 'lib/devise_scim/filter/parser.rb', line 5

def op
  @op
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



5
6
7
# File 'lib/devise_scim/filter/parser.rb', line 5

def value
  @value
end