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

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

Instance Attribute Summary collapse

Instance Attribute Details

#disabledObject

Returns the value of attribute disabled

Returns:

  • (Object)

    the current value of disabled



10
11
12
# File 'lib/sendgrid4r/rest/subusers.rb', line 10

def disabled
  @disabled
end

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



10
11
12
# File 'lib/sendgrid4r/rest/subusers.rb', line 10

def email
  @email
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



10
11
12
# File 'lib/sendgrid4r/rest/subusers.rb', line 10

def id
  @id
end

#ipsObject

Returns the value of attribute ips

Returns:

  • (Object)

    the current value of ips



10
11
12
# File 'lib/sendgrid4r/rest/subusers.rb', line 10

def ips
  @ips
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



10
11
12
# File 'lib/sendgrid4r/rest/subusers.rb', line 10

def password
  @password
end

#reputationObject

Returns the value of attribute reputation

Returns:

  • (Object)

    the current value of reputation



10
11
12
# File 'lib/sendgrid4r/rest/subusers.rb', line 10

def reputation
  @reputation
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



10
11
12
# File 'lib/sendgrid4r/rest/subusers.rb', line 10

def username
  @username
end