Class: Sdkey::ClientAuthUser

Inherits:
Struct
  • Object
show all
Defined in:
lib/sdkey/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#application_idObject

Returns the value of attribute application_id

Returns:

  • (Object)

    the current value of application_id



33
34
35
# File 'lib/sdkey/types.rb', line 33

def application_id
  @application_id
end

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



33
34
35
# File 'lib/sdkey/types.rb', line 33

def email
  @email
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



33
34
35
# File 'lib/sdkey/types.rb', line 33

def id
  @id
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



33
34
35
# File 'lib/sdkey/types.rb', line 33

def username
  @username
end