Class: IControl::Management::TXTRecord
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::TXTRecord
- Defined in:
- lib/icontrol/management.rb,
lib/icontrol/management.rb
Overview
struct that describes a DNS "TXT" Record
Instance Attribute Summary (collapse)
-
- (String) domain_name
The domain name of the record.
-
- (String) text
The text entry for the 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
356 357 358 |
# File 'lib/icontrol/management.rb', line 356 def domain_name @domain_name end |
- (String) text
The text entry for the record
356 357 358 |
# File 'lib/icontrol/management.rb', line 356 def text @text end |
- (Numeric) ttl
The TTL for this record
356 357 358 |
# File 'lib/icontrol/management.rb', line 356 def ttl @ttl end |