Class: RtmRaidPartitionVolumeMemberStruct

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

Overview

http://soapi.ovh.com/managerrtmRaidPartitionVolumeMemberStruct

Constant Summary collapse

@@schema_type =
"rtmRaidPartitionVolumeMemberStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["memberName", ["SOAP::SOAPString", XSD::QName.new(nil, "memberName")]], ["modelName", ["SOAP::SOAPString", XSD::QName.new(nil, "modelName")]], ["flags", ["SOAP::SOAPString", XSD::QName.new(nil, "flags")]], ["status", ["SOAP::SOAPString", XSD::QName.new(nil, "status")]], ["capacity", ["SOAP::SOAPString", XSD::QName.new(nil, "capacity")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(memberName = nil, modelName = nil, flags = nil, status = nil, capacity = nil) ⇒ RtmRaidPartitionVolumeMemberStruct

Returns a new instance of RtmRaidPartitionVolumeMemberStruct.



3064
3065
3066
3067
3068
3069
3070
# File 'lib/ovhrb/manager/manager.rb', line 3064

def initialize(memberName = nil, modelName = nil, flags = nil, status = nil, capacity = nil)
  @memberName = memberName
  @modelName = modelName
  @flags = flags
  @status = status
  @capacity = capacity
end

Instance Attribute Details

#capacityObject

Returns the value of attribute capacity.



3062
3063
3064
# File 'lib/ovhrb/manager/manager.rb', line 3062

def capacity
  @capacity
end

#flagsObject

Returns the value of attribute flags.



3060
3061
3062
# File 'lib/ovhrb/manager/manager.rb', line 3060

def flags
  @flags
end

#memberNameObject

Returns the value of attribute memberName.



3058
3059
3060
# File 'lib/ovhrb/manager/manager.rb', line 3058

def memberName
  @memberName
end

#modelNameObject

Returns the value of attribute modelName.



3059
3060
3061
# File 'lib/ovhrb/manager/manager.rb', line 3059

def modelName
  @modelName
end

#statusObject

Returns the value of attribute status.



3061
3062
3063
# File 'lib/ovhrb/manager/manager.rb', line 3061

def status
  @status
end