Class: Nvoi::External::Dns::Types::Zone
- Inherits:
-
Struct
- Object
- Struct
- Nvoi::External::Dns::Types::Zone
- Defined in:
- lib/nvoi/external/dns/types.rb
Overview
Zone represents a Cloudflare DNS zone
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
8 9 10 |
# File 'lib/nvoi/external/dns/types.rb', line 8 def id @id end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/nvoi/external/dns/types.rb', line 8 def name @name end |