Class: Virtuozzo::SOAP::Types::Filer::Upload::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
body - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of C_File.



2348
2349
2350
2351
2352
2353
# File 'lib/virtuozzo/soap/types/filer.rb', line 2348

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

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



2346
2347
2348
# File 'lib/virtuozzo/soap/types/filer.rb', line 2346

def body
  @body
end

#offsetObject

Returns the value of attribute offset.



2345
2346
2347
# File 'lib/virtuozzo/soap/types/filer.rb', line 2345

def offset
  @offset
end

#pathObject

Returns the value of attribute path.



2343
2344
2345
# File 'lib/virtuozzo/soap/types/filer.rb', line 2343

def path
  @path
end

#sizeObject

Returns the value of attribute size.



2344
2345
2346
# File 'lib/virtuozzo/soap/types/filer.rb', line 2344

def size
  @size
end