Class: Nettica::Stubs::AddRecord
- Inherits:
-
Object
- Object
- Nettica::Stubs::AddRecord
- Defined in:
- lib/nettica/stubs/nettica.rb
Overview
http://www.nettica.com/DNS/DnsApiAddRecord
userName - SOAP::SOAPString
password - SOAP::SOAPString
d - Nettica::Stubs::DomainRecord
Instance Attribute Summary collapse
-
#d ⇒ Object
Returns the value of attribute d.
-
#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, d = nil) ⇒ AddRecord
constructor
A new instance of AddRecord.
Constructor Details
#initialize(userName = nil, password = nil, d = nil) ⇒ AddRecord
Returns a new instance of AddRecord.
271 272 273 274 275 |
# File 'lib/nettica/stubs/nettica.rb', line 271 def initialize(userName = nil, password = nil, d = nil) @userName = userName @password = password @d = d end |
Instance Attribute Details
#d ⇒ Object
Returns the value of attribute d.
269 270 271 |
# File 'lib/nettica/stubs/nettica.rb', line 269 def d @d end |
#password ⇒ Object
Returns the value of attribute password.
268 269 270 |
# File 'lib/nettica/stubs/nettica.rb', line 268 def password @password end |
#userName ⇒ Object
Returns the value of attribute userName.
267 268 269 |
# File 'lib/nettica/stubs/nettica.rb', line 267 def userName @userName end |