Class: Nettica::Stubs::UpdateRecord
- Inherits:
-
Object
- Object
- Nettica::Stubs::UpdateRecord
- Defined in:
- lib/nettica/stubs/nettica.rb
Overview
http://www.nettica.com/DNS/DnsApiUpdateRecord
userName - SOAP::SOAPString
password - SOAP::SOAPString
old - Nettica::Stubs::DomainRecord
new - Nettica::Stubs::DomainRecord
Instance Attribute Summary collapse
-
#new ⇒ Object
Returns the value of attribute new.
-
#old ⇒ Object
Returns the value of attribute old.
-
#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, old = nil, new = nil) ⇒ UpdateRecord
constructor
A new instance of UpdateRecord.
Constructor Details
#initialize(userName = nil, password = nil, old = nil, new = nil) ⇒ UpdateRecord
Returns a new instance of UpdateRecord.
299 300 301 302 303 304 |
# File 'lib/nettica/stubs/nettica.rb', line 299 def initialize(userName = nil, password = nil, old = nil, new = nil) @userName = userName @password = password @old = old @new = new end |
Instance Attribute Details
#new ⇒ Object
Returns the value of attribute new.
297 298 299 |
# File 'lib/nettica/stubs/nettica.rb', line 297 def new @new end |
#old ⇒ Object
Returns the value of attribute old.
296 297 298 |
# File 'lib/nettica/stubs/nettica.rb', line 296 def old @old end |
#password ⇒ Object
Returns the value of attribute password.
295 296 297 |
# File 'lib/nettica/stubs/nettica.rb', line 295 def password @password end |
#userName ⇒ Object
Returns the value of attribute userName.
294 295 296 |
# File 'lib/nettica/stubs/nettica.rb', line 294 def userName @userName end |