Class: Sdkey::ClientAuthUser
- Inherits:
-
Struct
- Object
- Struct
- Sdkey::ClientAuthUser
- Defined in:
- lib/sdkey/types.rb
Instance Attribute Summary collapse
-
#application_id ⇒ Object
Returns the value of attribute application_id.
-
#email ⇒ Object
Returns the value of attribute email.
-
#id ⇒ Object
Returns the value of attribute id.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#application_id ⇒ Object
Returns the value of attribute application_id
33 34 35 |
# File 'lib/sdkey/types.rb', line 33 def application_id @application_id end |
#email ⇒ Object
Returns the value of attribute email
33 34 35 |
# File 'lib/sdkey/types.rb', line 33 def email @email end |
#id ⇒ Object
Returns the value of attribute id
33 34 35 |
# File 'lib/sdkey/types.rb', line 33 def id @id end |
#username ⇒ Object
Returns the value of attribute username
33 34 35 |
# File 'lib/sdkey/types.rb', line 33 def username @username end |