Class: SendGrid4r::REST::Whitelabel::Domains::Record
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Whitelabel::Domains::Record
- Defined in:
- lib/sendgrid4r/rest/whitelabel/domains.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#host ⇒ Object
Returns the value of attribute host.
-
#type ⇒ Object
Returns the value of attribute type.
-
#valid ⇒ Object
Returns the value of attribute valid.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
24 25 26 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 24 def data @data end |
#host ⇒ Object
Returns the value of attribute host
24 25 26 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 24 def host @host end |
#type ⇒ Object
Returns the value of attribute type
24 25 26 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 24 def type @type end |
#valid ⇒ Object
Returns the value of attribute valid
24 25 26 |
# File 'lib/sendgrid4r/rest/whitelabel/domains.rb', line 24 def valid @valid end |