Class: Softlayer::Container::Network::Message::Delivery::Email::Sendgrid::Customer::Profile

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/network/message/delivery/email/sendgrid/customer/profile.rb

Defined Under Namespace

Classes: Representer

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer

Methods included from Model::Operations

extended, #filter, included, #limit, #mask, #request_headers

Instance Attribute Details

#addressObject

Returns the value of attribute address.



10
11
12
# File 'lib/softlayer/container/network/message/delivery/email/sendgrid/customer/profile.rb', line 10

def address
  @address
end

#cityObject

Returns the value of attribute city.



11
12
13
# File 'lib/softlayer/container/network/message/delivery/email/sendgrid/customer/profile.rb', line 11

def city
  @city
end

#countryObject

Returns the value of attribute country.



12
13
14
# File 'lib/softlayer/container/network/message/delivery/email/sendgrid/customer/profile.rb', line 12

def country
  @country
end

#emailObject

Returns the value of attribute email.



13
14
15
# File 'lib/softlayer/container/network/message/delivery/email/sendgrid/customer/profile.rb', line 13

def email
  @email
end

#first_nameObject

Returns the value of attribute first_name.



14
15
16
# File 'lib/softlayer/container/network/message/delivery/email/sendgrid/customer/profile.rb', line 14

def first_name
  @first_name
end

#last_nameObject

Returns the value of attribute last_name.



15
16
17
# File 'lib/softlayer/container/network/message/delivery/email/sendgrid/customer/profile.rb', line 15

def last_name
  @last_name
end

#phoneObject

Returns the value of attribute phone.



16
17
18
# File 'lib/softlayer/container/network/message/delivery/email/sendgrid/customer/profile.rb', line 16

def phone
  @phone
end

#stateObject

Returns the value of attribute state.



17
18
19
# File 'lib/softlayer/container/network/message/delivery/email/sendgrid/customer/profile.rb', line 17

def state
  @state
end

#websiteObject

Returns the value of attribute website.



18
19
20
# File 'lib/softlayer/container/network/message/delivery/email/sendgrid/customer/profile.rb', line 18

def website
  @website
end

#zipObject

Returns the value of attribute zip.



19
20
21
# File 'lib/softlayer/container/network/message/delivery/email/sendgrid/customer/profile.rb', line 19

def zip
  @zip
end