Class: SendGrid4r::REST::Users::Username

Inherits:
Struct
  • Object
show all
Defined in:
lib/sendgrid4r/rest/users.rb

Instance Attribute Summary collapse

Instance Attribute Details

#user_idObject

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



19
20
21
# File 'lib/sendgrid4r/rest/users.rb', line 19

def user_id
  @user_id
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



19
20
21
# File 'lib/sendgrid4r/rest/users.rb', line 19

def username
  @username
end