Class: IControl::Management::ARecord
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::ARecord
- Defined in:
- lib/icontrol/management.rb,
lib/icontrol/management.rb
Overview
struct that describes a DNS "A“ Record
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The domain name of the record.
-
#ip_address ⇒ String
The ip address of the record.
-
#ttl ⇒ Numeric
The TTL for this record.
Instance Attribute Details
#domain_name ⇒ String
The domain name of the record
134 135 136 |
# File 'lib/icontrol/management.rb', line 134 def domain_name @domain_name end |
#ip_address ⇒ String
The ip address of the record
134 135 136 |
# File 'lib/icontrol/management.rb', line 134 def ip_address @ip_address end |
#ttl ⇒ Numeric
The TTL for this record
134 135 136 |
# File 'lib/icontrol/management.rb', line 134 def ttl @ttl end |