Class: SendGrid4r::REST::Whitelabel::Links::Link
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Whitelabel::Links::Link
- Defined in:
- lib/sendgrid4r/rest/whitelabel/links.rb
Instance Attribute Summary collapse
-
#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.
-
#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
#default ⇒ Object
Returns the value of attribute default
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/links.rb', line 14 def default @default end |
#dns ⇒ Object
Returns the value of attribute dns
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/links.rb', line 14 def dns @dns end |
#domain ⇒ Object
Returns the value of attribute domain
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/links.rb', line 14 def domain @domain end |
#id ⇒ Object
Returns the value of attribute id
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/links.rb', line 14 def id @id end |
#legacy ⇒ Object
Returns the value of attribute legacy
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/links.rb', line 14 def legacy @legacy end |
#subdomain ⇒ Object
Returns the value of attribute subdomain
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/links.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/links.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/links.rb', line 14 def username @username end |
#valid ⇒ Object
Returns the value of attribute valid
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/links.rb', line 14 def valid @valid end |