Class: Nettica::Stubs::CreateSecondaryZone

Inherits:
Object
  • Object
show all
Defined in:
lib/nettica/stubs/nettica.rb

Overview

http://www.nettica.com/DNS/DnsApiCreateSecondaryZone

userName - SOAP::SOAPString
password - SOAP::SOAPString
domainName - SOAP::SOAPString
master - SOAP::SOAPString
ipAddress - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(userName = nil, password = nil, domainName = nil, master = nil, ipAddress = nil) ⇒ CreateSecondaryZone

Returns a new instance of CreateSecondaryZone.



168
169
170
171
172
173
174
# File 'lib/nettica/stubs/nettica.rb', line 168

def initialize(userName = nil, password = nil, domainName = nil, master = nil, ipAddress = nil)
  @userName = userName
  @password = password
  @domainName = domainName
  @master = master
  @ipAddress = ipAddress
end

Instance Attribute Details

#domainNameObject

Returns the value of attribute domainName.



164
165
166
# File 'lib/nettica/stubs/nettica.rb', line 164

def domainName
  @domainName
end

#ipAddressObject

Returns the value of attribute ipAddress.



166
167
168
# File 'lib/nettica/stubs/nettica.rb', line 166

def ipAddress
  @ipAddress
end

#masterObject

Returns the value of attribute master.



165
166
167
# File 'lib/nettica/stubs/nettica.rb', line 165

def master
  @master
end

#passwordObject

Returns the value of attribute password.



163
164
165
# File 'lib/nettica/stubs/nettica.rb', line 163

def password
  @password
end

#userNameObject

Returns the value of attribute userName.



162
163
164
# File 'lib/nettica/stubs/nettica.rb', line 162

def userName
  @userName
end