Class: DeviseScim::Filter::AttrPath
- Inherits:
-
Struct
- Object
- Struct
- DeviseScim::Filter::AttrPath
- Defined in:
- lib/devise_scim/filter/parser.rb
Instance Attribute Summary collapse
-
#attribute ⇒ Object
Returns the value of attribute attribute.
-
#sub_attr ⇒ Object
Returns the value of attribute sub_attr.
-
#sub_filter ⇒ Object
Returns the value of attribute sub_filter.
Instance Attribute Details
#attribute ⇒ Object
Returns the value of attribute attribute
8 9 10 |
# File 'lib/devise_scim/filter/parser.rb', line 8 def attribute @attribute end |
#sub_attr ⇒ Object
Returns the value of attribute sub_attr
8 9 10 |
# File 'lib/devise_scim/filter/parser.rb', line 8 def sub_attr @sub_attr end |
#sub_filter ⇒ Object
Returns the value of attribute sub_filter
8 9 10 |
# File 'lib/devise_scim/filter/parser.rb', line 8 def sub_filter @sub_filter end |