Class: SendGrid4r::REST::Users::Profile
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Users::Profile
- Defined in:
- lib/sendgrid4r/rest/users.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#city ⇒ Object
Returns the value of attribute city.
-
#company ⇒ Object
Returns the value of attribute company.
-
#country ⇒ Object
Returns the value of attribute country.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#state ⇒ Object
Returns the value of attribute state.
-
#website ⇒ Object
Returns the value of attribute website.
-
#zip ⇒ Object
Returns the value of attribute zip.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
10 11 12 |
# File 'lib/sendgrid4r/rest/users.rb', line 10 def address @address end |
#city ⇒ Object
Returns the value of attribute city
10 11 12 |
# File 'lib/sendgrid4r/rest/users.rb', line 10 def city @city end |
#company ⇒ Object
Returns the value of attribute company
10 11 12 |
# File 'lib/sendgrid4r/rest/users.rb', line 10 def company @company end |
#country ⇒ Object
Returns the value of attribute country
10 11 12 |
# File 'lib/sendgrid4r/rest/users.rb', line 10 def country @country end |
#first_name ⇒ Object
Returns the value of attribute first_name
10 11 12 |
# File 'lib/sendgrid4r/rest/users.rb', line 10 def first_name @first_name end |
#last_name ⇒ Object
Returns the value of attribute last_name
10 11 12 |
# File 'lib/sendgrid4r/rest/users.rb', line 10 def last_name @last_name end |
#phone ⇒ Object
Returns the value of attribute phone
10 11 12 |
# File 'lib/sendgrid4r/rest/users.rb', line 10 def phone @phone end |
#state ⇒ Object
Returns the value of attribute state
10 11 12 |
# File 'lib/sendgrid4r/rest/users.rb', line 10 def state @state end |
#website ⇒ Object
Returns the value of attribute website
10 11 12 |
# File 'lib/sendgrid4r/rest/users.rb', line 10 def website @website end |
#zip ⇒ Object
Returns the value of attribute zip
10 11 12 |
# File 'lib/sendgrid4r/rest/users.rb', line 10 def zip @zip end |