Class: DeviseScim::Filter::Disjunction

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

Instance Attribute Summary collapse

Instance Attribute Details

#leftObject

Returns the value of attribute left

Returns:

  • (Object)

    the current value of left



7
8
9
# File 'lib/devise_scim/filter/parser.rb', line 7

def left
  @left
end

#rightObject

Returns the value of attribute right

Returns:

  • (Object)

    the current value of right



7
8
9
# File 'lib/devise_scim/filter/parser.rb', line 7

def right
  @right
end