Class: EmailProviderInfo::Value
- Inherits:
-
Struct
- Object
- Struct
- EmailProviderInfo::Value
- Defined in:
- lib/email_provider_info.rb
Instance Attribute Summary collapse
-
#hosts ⇒ Object
Returns the value of attribute hosts.
-
#name ⇒ Object
Returns the value of attribute name.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#hosts ⇒ Object
Returns the value of attribute hosts
6 7 8 |
# File 'lib/email_provider_info.rb', line 6 def hosts @hosts end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/email_provider_info.rb', line 6 def name @name end |
#url ⇒ Object
Returns the value of attribute url
6 7 8 |
# File 'lib/email_provider_info.rb', line 6 def url @url end |