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
-
#domain_name ⇒ String
The domain name of the record.
-
#mail ⇒ String
The mail-exchanger for this record.
-
#preference ⇒ Numeric
The preference to use for this record.
-
#ttl ⇒ Numeric
The TTL for this record.
Instance Attribute Details
#domain_name ⇒ String
The domain name of the record
198 199 200 |
# File 'lib/icontrol/management.rb', line 198 def domain_name @domain_name end |
#mail ⇒ String
The mail-exchanger for this record
198 199 200 |
# File 'lib/icontrol/management.rb', line 198 def mail @mail end |
#preference ⇒ Numeric
The preference to use for this record
198 199 200 |
# File 'lib/icontrol/management.rb', line 198 def preference @preference end |
#ttl ⇒ Numeric
The TTL for this record
198 199 200 |
# File 'lib/icontrol/management.rb', line 198 def ttl @ttl end |