Class: SendGrid4r::REST::Subusers::Subuser
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Subusers::Subuser
- Defined in:
- lib/sendgrid4r/rest/subusers.rb
Instance Attribute Summary collapse
-
#disabled ⇒ Object
Returns the value of attribute disabled.
-
#email ⇒ Object
Returns the value of attribute email.
-
#id ⇒ Object
Returns the value of attribute id.
-
#ips ⇒ Object
Returns the value of attribute ips.
-
#password ⇒ Object
Returns the value of attribute password.
-
#reputation ⇒ Object
Returns the value of attribute reputation.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#disabled ⇒ Object
Returns the value of attribute disabled
10 11 12 |
# File 'lib/sendgrid4r/rest/subusers.rb', line 10 def disabled @disabled end |
#email ⇒ Object
Returns the value of attribute email
10 11 12 |
# File 'lib/sendgrid4r/rest/subusers.rb', line 10 def email @email end |
#id ⇒ Object
Returns the value of attribute id
10 11 12 |
# File 'lib/sendgrid4r/rest/subusers.rb', line 10 def id @id end |
#ips ⇒ Object
Returns the value of attribute ips
10 11 12 |
# File 'lib/sendgrid4r/rest/subusers.rb', line 10 def ips @ips end |
#password ⇒ Object
Returns the value of attribute password
10 11 12 |
# File 'lib/sendgrid4r/rest/subusers.rb', line 10 def password @password end |
#reputation ⇒ Object
Returns the value of attribute reputation
10 11 12 |
# File 'lib/sendgrid4r/rest/subusers.rb', line 10 def reputation @reputation end |
#username ⇒ Object
Returns the value of attribute username
10 11 12 |
# File 'lib/sendgrid4r/rest/subusers.rb', line 10 def username @username end |