Class: HostingListStruct

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

Overview

http://soapi.ovh.com/managerhostingListStruct

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(domain = nil, hosting = nil) ⇒ HostingListStruct

Returns a new instance of HostingListStruct.



4262
4263
4264
4265
# File 'lib/ovhrb/manager/manager.rb', line 4262

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

Instance Attribute Details

#domainObject

Returns the value of attribute domain.



4259
4260
4261
# File 'lib/ovhrb/manager/manager.rb', line 4259

def domain
  @domain
end

#hostingObject

Returns the value of attribute hosting.



4260
4261
4262
# File 'lib/ovhrb/manager/manager.rb', line 4260

def hosting
  @hosting
end