Class: Virtuozzo::SOAP::Types::Devm::Resize_drive

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/devm.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/devmresize_drive

size - SOAP::SOAPLong
eid - (any)
point - SOAP::SOAPString
device - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(size = nil, eid = nil, point = nil, device = nil) ⇒ Resize_drive

Returns a new instance of Resize_drive.



2968
2969
2970
2971
2972
2973
# File 'lib/virtuozzo/soap/types/devm.rb', line 2968

def initialize(size = nil, eid = nil, point = nil, device = nil)
  @size = size
  @eid = eid
  @point = point
  @device = device
end

Instance Attribute Details

#deviceObject

Returns the value of attribute device.



2966
2967
2968
# File 'lib/virtuozzo/soap/types/devm.rb', line 2966

def device
  @device
end

#eidObject

Returns the value of attribute eid.



2964
2965
2966
# File 'lib/virtuozzo/soap/types/devm.rb', line 2964

def eid
  @eid
end

#pointObject

Returns the value of attribute point.



2965
2966
2967
# File 'lib/virtuozzo/soap/types/devm.rb', line 2965

def point
  @point
end

#sizeObject

Returns the value of attribute size.



2963
2964
2965
# File 'lib/virtuozzo/soap/types/devm.rb', line 2963

def size
  @size
end