Class: SendGrid4r::REST::Whitelabel::Ips::Ip
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Whitelabel::Ips::Ip
- Defined in:
- lib/sendgrid4r/rest/whitelabel/ips.rb
Instance Attribute Summary collapse
-
#a_record ⇒ Object
Returns the value of attribute a_record.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#id ⇒ Object
Returns the value of attribute id.
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#legacy ⇒ Object
Returns the value of attribute legacy.
-
#rdns ⇒ Object
Returns the value of attribute rdns.
-
#subdomain ⇒ Object
Returns the value of attribute subdomain.
-
#users ⇒ Object
Returns the value of attribute users.
-
#valid ⇒ Object
Returns the value of attribute valid.
Instance Attribute Details
#a_record ⇒ Object
Returns the value of attribute a_record
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/ips.rb', line 14 def a_record @a_record end |
#domain ⇒ Object
Returns the value of attribute domain
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/ips.rb', line 14 def domain @domain end |
#id ⇒ Object
Returns the value of attribute id
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/ips.rb', line 14 def id @id end |
#ip ⇒ Object
Returns the value of attribute ip
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/ips.rb', line 14 def ip @ip end |
#legacy ⇒ Object
Returns the value of attribute legacy
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/ips.rb', line 14 def legacy @legacy end |
#rdns ⇒ Object
Returns the value of attribute rdns
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/ips.rb', line 14 def rdns @rdns end |
#subdomain ⇒ Object
Returns the value of attribute subdomain
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/ips.rb', line 14 def subdomain @subdomain end |
#users ⇒ Object
Returns the value of attribute users
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/ips.rb', line 14 def users @users end |
#valid ⇒ Object
Returns the value of attribute valid
14 15 16 |
# File 'lib/sendgrid4r/rest/whitelabel/ips.rb', line 14 def valid @valid end |