Class: SendGrid4r::REST::Settings::Mail::Bcc

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

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



18
19
20
# File 'lib/sendgrid4r/rest/settings/mail.rb', line 18

def email
  @email
end

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



18
19
20
# File 'lib/sendgrid4r/rest/settings/mail.rb', line 18

def enabled
  @enabled
end