Class: Nettica::Stubs::DeleteZone
- Inherits:
-
Object
- Object
- Nettica::Stubs::DeleteZone
- Defined in:
- lib/nettica/stubs/nettica.rb
Overview
http://www.nettica.com/DNS/DnsApiDeleteZone
userName - SOAP::SOAPString
password - SOAP::SOAPString
domainName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#domainName ⇒ Object
Returns the value of attribute domainName.
-
#password ⇒ Object
Returns the value of attribute password.
-
#userName ⇒ Object
Returns the value of attribute userName.
Instance Method Summary collapse
-
#initialize(userName = nil, password = nil, domainName = nil) ⇒ DeleteZone
constructor
A new instance of DeleteZone.
Constructor Details
#initialize(userName = nil, password = nil, domainName = nil) ⇒ DeleteZone
Returns a new instance of DeleteZone.
196 197 198 199 200 |
# File 'lib/nettica/stubs/nettica.rb', line 196 def initialize(userName = nil, password = nil, domainName = nil) @userName = userName @password = password @domainName = domainName end |
Instance Attribute Details
#domainName ⇒ Object
Returns the value of attribute domainName.
194 195 196 |
# File 'lib/nettica/stubs/nettica.rb', line 194 def domainName @domainName end |
#password ⇒ Object
Returns the value of attribute password.
193 194 195 |
# File 'lib/nettica/stubs/nettica.rb', line 193 def password @password end |
#userName ⇒ Object
Returns the value of attribute userName.
192 193 194 |
# File 'lib/nettica/stubs/nettica.rb', line 192 def userName @userName end |