Class: DeviseScim::Filter::AttrPath

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

Instance Attribute Summary collapse

Instance Attribute Details

#attributeObject

Returns the value of attribute attribute

Returns:

  • (Object)

    the current value of attribute



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

def attribute
  @attribute
end

#sub_attrObject

Returns the value of attribute sub_attr

Returns:

  • (Object)

    the current value of sub_attr



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

def sub_attr
  @sub_attr
end

#sub_filterObject

Returns the value of attribute sub_filter

Returns:

  • (Object)

    the current value of sub_filter



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

def sub_filter
  @sub_filter
end