Class: SendGrid4r::REST::Users::Username
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Users::Username
- Defined in:
- lib/sendgrid4r/rest/users.rb
Instance Attribute Summary collapse
-
#user_id ⇒ Object
Returns the value of attribute user_id.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#user_id ⇒ Object
Returns the value of attribute user_id
19 20 21 |
# File 'lib/sendgrid4r/rest/users.rb', line 19 def user_id @user_id end |
#username ⇒ Object
Returns the value of attribute username
19 20 21 |
# File 'lib/sendgrid4r/rest/users.rb', line 19 def username @username end |