Class: Nettica::Stubs::ListDomain
- Inherits:
-
Object
- Object
- Nettica::Stubs::ListDomain
- Defined in:
- lib/nettica/stubs/nettica.rb
Overview
http://www.nettica.com/DNS/DnsApiListDomain
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) ⇒ ListDomain
constructor
A new instance of ListDomain.
Constructor Details
#initialize(userName = nil, password = nil, domainName = nil) ⇒ ListDomain
Returns a new instance of ListDomain.
245 246 247 248 249 |
# File 'lib/nettica/stubs/nettica.rb', line 245 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.
243 244 245 |
# File 'lib/nettica/stubs/nettica.rb', line 243 def domainName @domainName end |
#password ⇒ Object
Returns the value of attribute password.
242 243 244 |
# File 'lib/nettica/stubs/nettica.rb', line 242 def password @password end |
#userName ⇒ Object
Returns the value of attribute userName.
241 242 243 |
# File 'lib/nettica/stubs/nettica.rb', line 241 def userName @userName end |