Class: SendGrid4r::REST::Subusers::Subuser

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

Instance Attribute Summary collapse

Instance Attribute Details

#disabledObject

Returns the value of attribute disabled

Returns:

  • (Object)

    the current value of disabled



14
15
16
# File 'lib/sendgrid4r/rest/subusers/subusers.rb', line 14

def disabled
  @disabled
end

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



14
15
16
# File 'lib/sendgrid4r/rest/subusers/subusers.rb', line 14

def email
  @email
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



14
15
16
# File 'lib/sendgrid4r/rest/subusers/subusers.rb', line 14

def id
  @id
end

#ipsObject

Returns the value of attribute ips

Returns:

  • (Object)

    the current value of ips



14
15
16
# File 'lib/sendgrid4r/rest/subusers/subusers.rb', line 14

def ips
  @ips
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



14
15
16
# File 'lib/sendgrid4r/rest/subusers/subusers.rb', line 14

def password
  @password
end

#reputationObject

Returns the value of attribute reputation

Returns:

  • (Object)

    the current value of reputation



14
15
16
# File 'lib/sendgrid4r/rest/subusers/subusers.rb', line 14

def reputation
  @reputation
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



14
15
16
# File 'lib/sendgrid4r/rest/subusers/subusers.rb', line 14

def username
  @username
end