Class: KonoEppClient::DnsSec::RemAll
- Inherits:
-
REXML::Element
- Object
- REXML::Element
- KonoEppClient::DnsSec::RemAll
- Defined in:
- lib/kono_epp_client/dns_sec/rem_all.rb
Instance Method Summary collapse
-
#initialize ⇒ RemAll
constructor
A new instance of RemAll.
Constructor Details
#initialize ⇒ RemAll
Returns a new instance of RemAll.
5 6 7 8 |
# File 'lib/kono_epp_client/dns_sec/rem_all.rb', line 5 def initialize super("secDNS:rem") self.add_element("secDNS:all").text="true" end |