Class: Virtuozzo::SOAP::Types::Filer::FileType

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

Overview

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

file - Virtuozzo::SOAP::Types::Filer::FileType
name - SOAP::SOAPBase64
type - SOAP::SOAPInt
mode - (any)
user - SOAP::SOAPString
group - SOAP::SOAPString
uid - SOAP::SOAPInt
gid - SOAP::SOAPInt
size - SOAP::SOAPLong
date - (any)
links - SOAP::SOAPInt
link_name - SOAP::SOAPString
offset - SOAP::SOAPLong
body - SOAP::SOAPBase64
content_type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(file = [], name = nil, type = nil, mode = nil, user = nil, group = nil, uid = nil, gid = nil, size = nil, date = nil, links = nil, link_name = nil, offset = [], body = nil, content_type = nil) ⇒ FileType

Returns a new instance of FileType.



76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# File 'lib/virtuozzo/soap/types/filer.rb', line 76

def initialize(file = [], name = nil, type = nil, mode = nil, user = nil, group = nil, uid = nil, gid = nil, size = nil, date = nil, links = nil, link_name = nil, offset = [], body = nil, content_type = nil)
  @file = file
  @name = name
  @type = type
  @mode = mode
  @user = user
  @group = group
  @uid = uid
  @gid = gid
  @size = size
  @date = date
  @links = links
  @link_name = link_name
  @offset = offset
  @body = body
  @content_type = content_type
end

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



73
74
75
# File 'lib/virtuozzo/soap/types/filer.rb', line 73

def body
  @body
end

#content_typeObject

Returns the value of attribute content_type.



74
75
76
# File 'lib/virtuozzo/soap/types/filer.rb', line 74

def content_type
  @content_type
end

#dateObject

Returns the value of attribute date.



69
70
71
# File 'lib/virtuozzo/soap/types/filer.rb', line 69

def date
  @date
end

#fileObject

Returns the value of attribute file.



60
61
62
# File 'lib/virtuozzo/soap/types/filer.rb', line 60

def file
  @file
end

#gidObject

Returns the value of attribute gid.



67
68
69
# File 'lib/virtuozzo/soap/types/filer.rb', line 67

def gid
  @gid
end

#groupObject

Returns the value of attribute group.



65
66
67
# File 'lib/virtuozzo/soap/types/filer.rb', line 65

def group
  @group
end

Returns the value of attribute link_name.



71
72
73
# File 'lib/virtuozzo/soap/types/filer.rb', line 71

def link_name
  @link_name
end

Returns the value of attribute links.



70
71
72
# File 'lib/virtuozzo/soap/types/filer.rb', line 70

def links
  @links
end

#modeObject

Returns the value of attribute mode.



63
64
65
# File 'lib/virtuozzo/soap/types/filer.rb', line 63

def mode
  @mode
end

#nameObject

Returns the value of attribute name.



61
62
63
# File 'lib/virtuozzo/soap/types/filer.rb', line 61

def name
  @name
end

#offsetObject

Returns the value of attribute offset.



72
73
74
# File 'lib/virtuozzo/soap/types/filer.rb', line 72

def offset
  @offset
end

#sizeObject

Returns the value of attribute size.



68
69
70
# File 'lib/virtuozzo/soap/types/filer.rb', line 68

def size
  @size
end

#typeObject

Returns the value of attribute type.



62
63
64
# File 'lib/virtuozzo/soap/types/filer.rb', line 62

def type
  @type
end

#uidObject

Returns the value of attribute uid.



66
67
68
# File 'lib/virtuozzo/soap/types/filer.rb', line 66

def uid
  @uid
end

#userObject

Returns the value of attribute user.



64
65
66
# File 'lib/virtuozzo/soap/types/filer.rb', line 64

def user
  @user
end