Class: Nettica::Stubs::ZoneResult
- Inherits:
-
Object
- Object
- Nettica::Stubs::ZoneResult
- Defined in:
- lib/nettica/stubs/nettica.rb
Overview
http://www.nettica.com/DNS/DnsApiZoneResult
result - Nettica::Stubs::DnsResult
count - SOAP::SOAPInt
zone - Nettica::Stubs::ArrayOfString
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#result ⇒ Object
Returns the value of attribute result.
-
#zone ⇒ Object
Returns the value of attribute zone.
Instance Method Summary collapse
-
#initialize(result = nil, count = nil, zone = nil) ⇒ ZoneResult
constructor
A new instance of ZoneResult.
Constructor Details
#initialize(result = nil, count = nil, zone = nil) ⇒ ZoneResult
Returns a new instance of ZoneResult.
47 48 49 50 51 |
# File 'lib/nettica/stubs/nettica.rb', line 47 def initialize(result = nil, count = nil, zone = nil) @result = result @count = count @zone = zone end |
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count.
44 45 46 |
# File 'lib/nettica/stubs/nettica.rb', line 44 def count @count end |
#result ⇒ Object
Returns the value of attribute result.
43 44 45 |
# File 'lib/nettica/stubs/nettica.rb', line 43 def result @result end |
#zone ⇒ Object
Returns the value of attribute zone.
45 46 47 |
# File 'lib/nettica/stubs/nettica.rb', line 45 def zone @zone end |