Class: Virtuozzo::SOAP::Types::Filer::Download::C_File

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

Overview

inner class for member: file http://www.swsoft.com/webservices/vzl/4.0.0/filerfile

path - SOAP::SOAPBase64
size - SOAP::SOAPLong
offset - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path = nil, size = nil, offset = nil) ⇒ C_File

Returns a new instance of C_File.



2387
2388
2389
2390
2391
# File 'lib/virtuozzo/soap/types/filer.rb', line 2387

def initialize(path = nil, size = nil, offset = nil)
  @path = path
  @size = size
  @offset = offset
end

Instance Attribute Details

#offsetObject

Returns the value of attribute offset.



2385
2386
2387
# File 'lib/virtuozzo/soap/types/filer.rb', line 2385

def offset
  @offset
end

#pathObject

Returns the value of attribute path.



2383
2384
2385
# File 'lib/virtuozzo/soap/types/filer.rb', line 2383

def path
  @path
end

#sizeObject

Returns the value of attribute size.



2384
2385
2386
# File 'lib/virtuozzo/soap/types/filer.rb', line 2384

def size
  @size
end