Class: DeviseScim::Scim::Member
- Inherits:
-
Struct
- Object
- Struct
- DeviseScim::Scim::Member
- Defined in:
- lib/devise_scim/scim/group.rb
Overview
rubocop:disable Lint/StructNewOverride
Instance Attribute Summary collapse
-
#display ⇒ Object
Returns the value of attribute display.
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#display ⇒ Object
Returns the value of attribute display
10 11 12 |
# File 'lib/devise_scim/scim/group.rb', line 10 def display @display end |
#ref ⇒ Object
Returns the value of attribute ref
10 11 12 |
# File 'lib/devise_scim/scim/group.rb', line 10 def ref @ref end |
#value ⇒ Object
Returns the value of attribute value
10 11 12 |
# File 'lib/devise_scim/scim/group.rb', line 10 def value @value end |