Class: IControl::Management::MXRecord
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::MXRecord
- Defined in:
- lib/icontrol/management.rb,
lib/icontrol/management.rb
Overview
struct that describes a DNS "MX" Record
Instance Attribute Summary (collapse)
-
- (String) domain_name
The domain name of the record.
-
- (String) mail
The mail-exchanger for this record.
-
- (Numeric) preference
The preference to use for this record.
-
- (Numeric) ttl
The TTL for this record.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) domain_name
The domain name of the record
198 199 200 |
# File 'lib/icontrol/management.rb', line 198 def domain_name @domain_name end |
- (String) mail
The mail-exchanger for this record
198 199 200 |
# File 'lib/icontrol/management.rb', line 198 def mail @mail end |
- (Numeric) preference
The preference to use for this record
198 199 200 |
# File 'lib/icontrol/management.rb', line 198 def preference @preference end |
- (Numeric) ttl
The TTL for this record
198 199 200 |
# File 'lib/icontrol/management.rb', line 198 def ttl @ttl end |