Class: SendGrid4r::REST::Whitelabel::Links::Record
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Whitelabel::Links::Record
- Defined in:
- lib/sendgrid4r/rest/whitelabel/links.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
19 20 21 |
# File 'lib/sendgrid4r/rest/whitelabel/links.rb', line 19 def data @data end |
#host ⇒ Object
Returns the value of attribute host
19 20 21 |
# File 'lib/sendgrid4r/rest/whitelabel/links.rb', line 19 def host @host end |
#type ⇒ Object
Returns the value of attribute type
19 20 21 |
# File 'lib/sendgrid4r/rest/whitelabel/links.rb', line 19 def type @type end |
#valid ⇒ Object
Returns the value of attribute valid
19 20 21 |
# File 'lib/sendgrid4r/rest/whitelabel/links.rb', line 19 def valid @valid end |