Class: DeviseScim::Scim::Member

Inherits:
Struct
  • Object
show all
Defined in:
lib/devise_scim/scim/group.rb

Overview

rubocop:disable Lint/StructNewOverride

Instance Attribute Summary collapse

Instance Attribute Details

#displayObject

Returns the value of attribute display

Returns:

  • (Object)

    the current value of display



10
11
12
# File 'lib/devise_scim/scim/group.rb', line 10

def display
  @display
end

#refObject

Returns the value of attribute ref

Returns:

  • (Object)

    the current value of ref



10
11
12
# File 'lib/devise_scim/scim/group.rb', line 10

def ref
  @ref
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



10
11
12
# File 'lib/devise_scim/scim/group.rb', line 10

def value
  @value
end