Class: DeviseScim::Filter::Parser::Token
- Inherits:
-
Struct
- Object
- Struct
- DeviseScim::Filter::Parser::Token
- Defined in:
- lib/devise_scim/filter/parser.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type
15 16 17 |
# File 'lib/devise_scim/filter/parser.rb', line 15 def type @type end |
#value ⇒ Object
Returns the value of attribute value
15 16 17 |
# File 'lib/devise_scim/filter/parser.rb', line 15 def value @value end |