Class: Nettica::Stubs::GetServiceInfo
- Inherits:
-
Object
- Object
- Nettica::Stubs::GetServiceInfo
- Defined in:
- lib/nettica/stubs/nettica.rb
Overview
http://www.nettica.com/DNS/DnsApiGetServiceInfo
userName - SOAP::SOAPString
password - SOAP::SOAPString
Instance Attribute Summary collapse
-
#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) ⇒ GetServiceInfo
constructor
A new instance of GetServiceInfo.
Constructor Details
#initialize(userName = nil, password = nil) ⇒ GetServiceInfo
Returns a new instance of GetServiceInfo.
110 111 112 113 |
# File 'lib/nettica/stubs/nettica.rb', line 110 def initialize(userName = nil, password = nil) @userName = userName @password = password end |
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
108 109 110 |
# File 'lib/nettica/stubs/nettica.rb', line 108 def password @password end |
#userName ⇒ Object
Returns the value of attribute userName.
107 108 109 |
# File 'lib/nettica/stubs/nettica.rb', line 107 def userName @userName end |