Class: DedicatedAllowedDistributionMoreStruct

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

Overview

http://soapi.ovh.com/managerdedicatedAllowedDistributionMoreStruct

Constant Summary collapse

@@schema_type =
"dedicatedAllowedDistributionMoreStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["basicDistributions", ["MyArrayOfDedicatedAllowedDistributionDetailsStructType", XSD::QName.new(nil, "basicDistributions")]], ["readyToUse", ["MyArrayOfDedicatedAllowedDistributionDetailsStructType", XSD::QName.new(nil, "readyToUse")]], ["type", ["SOAP::SOAPString", XSD::QName.new(nil, "type")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(basicDistributions = nil, readyToUse = nil, type = nil) ⇒ DedicatedAllowedDistributionMoreStruct

Returns a new instance of DedicatedAllowedDistributionMoreStruct.



3349
3350
3351
3352
3353
# File 'lib/ovhrb/manager/manager.rb', line 3349

def initialize(basicDistributions = nil, readyToUse = nil, type = nil)
  @basicDistributions = basicDistributions
  @readyToUse = readyToUse
  @type = type
end

Instance Attribute Details

#basicDistributionsObject

Returns the value of attribute basicDistributions.



3345
3346
3347
# File 'lib/ovhrb/manager/manager.rb', line 3345

def basicDistributions
  @basicDistributions
end

#readyToUseObject

Returns the value of attribute readyToUse.



3346
3347
3348
# File 'lib/ovhrb/manager/manager.rb', line 3346

def readyToUse
  @readyToUse
end

#typeObject

Returns the value of attribute type.



3347
3348
3349
# File 'lib/ovhrb/manager/manager.rb', line 3347

def type
  @type
end