Class: SendGrid4r::REST::MarketingCampaigns::Sender
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::MarketingCampaigns::Sender
- Defined in:
- lib/sendgrid4r/rest/marketing_campaigns/senders.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#address_2 ⇒ Object
Returns the value of attribute address_2.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#from ⇒ Object
Returns the value of attribute from.
-
#id ⇒ Object
Returns the value of attribute id.
-
#locked ⇒ Object
Returns the value of attribute locked.
-
#nickname ⇒ Object
Returns the value of attribute nickname.
-
#reply_to ⇒ Object
Returns the value of attribute reply_to.
-
#state ⇒ Object
Returns the value of attribute state.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#verified ⇒ Object
Returns the value of attribute verified.
-
#zip ⇒ Object
Returns the value of attribute zip.
Instance Method Summary collapse
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
10 11 12 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/senders.rb', line 10 def address @address end |
#address_2 ⇒ Object
Returns the value of attribute address_2
10 11 12 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/senders.rb', line 10 def address_2 @address_2 end |
#city ⇒ Object
Returns the value of attribute city
10 11 12 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/senders.rb', line 10 def city @city end |
#country ⇒ Object
Returns the value of attribute country
10 11 12 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/senders.rb', line 10 def country @country end |
#created_at ⇒ Object
Returns the value of attribute created_at
10 11 12 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/senders.rb', line 10 def created_at @created_at end |
#from ⇒ Object
Returns the value of attribute from
10 11 12 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/senders.rb', line 10 def from @from end |
#id ⇒ Object
Returns the value of attribute id
10 11 12 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/senders.rb', line 10 def id @id end |
#locked ⇒ Object
Returns the value of attribute locked
10 11 12 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/senders.rb', line 10 def locked @locked end |
#nickname ⇒ Object
Returns the value of attribute nickname
10 11 12 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/senders.rb', line 10 def nickname @nickname end |
#reply_to ⇒ Object
Returns the value of attribute reply_to
10 11 12 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/senders.rb', line 10 def reply_to @reply_to end |
#state ⇒ Object
Returns the value of attribute state
10 11 12 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/senders.rb', line 10 def state @state end |
#updated_at ⇒ Object
Returns the value of attribute updated_at
10 11 12 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/senders.rb', line 10 def updated_at @updated_at end |
#verified ⇒ Object
Returns the value of attribute verified
10 11 12 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/senders.rb', line 10 def verified @verified end |
#zip ⇒ Object
Returns the value of attribute zip
10 11 12 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/senders.rb', line 10 def zip @zip end |
Instance Method Details
#to_h ⇒ Object
22 23 24 |
# File 'lib/sendgrid4r/rest/marketing_campaigns/senders.rb', line 22 def to_h super.reject { |_key, value| value.nil? } end |