Class: SendGrid4r::REST::Users::Profile

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

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address

Returns:

  • (Object)

    the current value of address



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

def address
  @address
end

#cityObject

Returns the value of attribute city

Returns:

  • (Object)

    the current value of city



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

def city
  @city
end

#companyObject

Returns the value of attribute company

Returns:

  • (Object)

    the current value of company



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

def company
  @company
end

#countryObject

Returns the value of attribute country

Returns:

  • (Object)

    the current value of country



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

def country
  @country
end

#first_nameObject

Returns the value of attribute first_name

Returns:

  • (Object)

    the current value of first_name



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

def first_name
  @first_name
end

#last_nameObject

Returns the value of attribute last_name

Returns:

  • (Object)

    the current value of last_name



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

def last_name
  @last_name
end

#phoneObject

Returns the value of attribute phone

Returns:

  • (Object)

    the current value of phone



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

def phone
  @phone
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



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

def state
  @state
end

#websiteObject

Returns the value of attribute website

Returns:

  • (Object)

    the current value of website



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

def website
  @website
end

#zipObject

Returns the value of attribute zip

Returns:

  • (Object)

    the current value of zip



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

def zip
  @zip
end