Class: SupportDomainStruct

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

Overview

http://soapi.ovh.com/managersupportDomainStruct

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(domain = nil) ⇒ SupportDomainStruct

Returns a new instance of SupportDomainStruct.



124
125
126
# File 'lib/ovhrb/manager/manager.rb', line 124

def initialize(domain = nil)
  @domain = domain
end

Instance Attribute Details

#domainObject

Returns the value of attribute domain.



122
123
124
# File 'lib/ovhrb/manager/manager.rb', line 122

def domain
  @domain
end