Class: AllSecondaryDNSStruct

Inherits:
Object
  • Object
show all
Defined in:
lib/ovhrb/manager/manager.rb

Overview

http://soapi.ovh.com/managerallSecondaryDNSStruct

Constant Summary collapse

@@schema_type =
"allSecondaryDNSStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["ip", ["SOAP::SOAPString", XSD::QName.new(nil, "ip")]], ["secondary", ["MyArrayOfSecondaryDNSStructType", XSD::QName.new(nil, "secondary")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ip = nil, secondary = nil) ⇒ AllSecondaryDNSStruct

Returns a new instance of AllSecondaryDNSStruct.



2185
2186
2187
2188
# File 'lib/ovhrb/manager/manager.rb', line 2185

def initialize(ip = nil, secondary = nil)
  @ip = ip
  @secondary = secondary
end

Instance Attribute Details

#ipObject

Returns the value of attribute ip.



2182
2183
2184
# File 'lib/ovhrb/manager/manager.rb', line 2182

def ip
  @ip
end

#secondaryObject

Returns the value of attribute secondary.



2183
2184
2185
# File 'lib/ovhrb/manager/manager.rb', line 2183

def secondary
  @secondary
end