Class: SendGrid4r::REST::Whitelabel::Domains::Domain
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Whitelabel::Domains::Domain
- Defined in:
- lib/sendgrid4r/rest/whitelabel/domains.rb
Instance Attribute Summary collapse
-
#automatic_security ⇒ Object
Returns the value of attribute automatic_security.
-
#custom_spf ⇒ Object
Returns the value of attribute custom_spf.
-
#default ⇒ Object
Returns the value of attribute default.
-
#dns ⇒ Object
Returns the value of attribute dns.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#id ⇒ Object
Returns the value of attribute id.
-
#ips ⇒ Object
Returns the value of attribute ips.
-
#legacy ⇒ Object
Returns the value of attribute legacy.
-
#subdomain ⇒ Object
Returns the value of attribute subdomain.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
-
#username ⇒ Object
Returns the value of attribute username.
-
#valid ⇒ Object
Returns the value of attribute valid.
Instance Attribute Details
#automatic_security ⇒ Object
Returns the value of attribute automatic_security
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 14 def automatic_security @automatic_security end |
#custom_spf ⇒ Object
Returns the value of attribute custom_spf
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 14 def custom_spf @custom_spf end |
#default ⇒ Object
Returns the value of attribute default
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 14 def default @default end |
#dns ⇒ Object
Returns the value of attribute dns
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 14 def dns @dns end |
#domain ⇒ Object
Returns the value of attribute domain
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 14 def domain @domain end |
#id ⇒ Object
Returns the value of attribute id
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 14 def id @id end |
#ips ⇒ Object
Returns the value of attribute ips
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 14 def ips @ips end |
#legacy ⇒ Object
Returns the value of attribute legacy
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 14 def legacy @legacy end |
#subdomain ⇒ Object
Returns the value of attribute subdomain
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 14 def subdomain @subdomain end |
#user_id ⇒ Object
Returns the value of attribute user_id
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 14 def user_id @user_id end |
#username ⇒ Object
Returns the value of attribute username
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 14 def username @username end |
#valid ⇒ Object
Returns the value of attribute valid
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 14 def valid @valid end |