Class: Virtuozzo::SOAP::Types::Filer::FileType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Filer::FileType
- 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
-
#body ⇒ Object
Returns the value of attribute body.
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#date ⇒ Object
Returns the value of attribute date.
-
#file ⇒ Object
Returns the value of attribute file.
-
#gid ⇒ Object
Returns the value of attribute gid.
-
#group ⇒ Object
Returns the value of attribute group.
-
#link_name ⇒ Object
Returns the value of attribute link_name.
-
#links ⇒ Object
Returns the value of attribute links.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#name ⇒ Object
Returns the value of attribute name.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#size ⇒ Object
Returns the value of attribute size.
-
#type ⇒ Object
Returns the value of attribute type.
-
#uid ⇒ Object
Returns the value of attribute uid.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
-
#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
constructor
A new instance of FileType.
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
#body ⇒ Object
Returns the value of attribute body.
73 74 75 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 73 def body @body end |
#content_type ⇒ Object
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 |
#date ⇒ Object
Returns the value of attribute date.
69 70 71 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 69 def date @date end |
#file ⇒ Object
Returns the value of attribute file.
60 61 62 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 60 def file @file end |
#gid ⇒ Object
Returns the value of attribute gid.
67 68 69 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 67 def gid @gid end |
#group ⇒ Object
Returns the value of attribute group.
65 66 67 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 65 def group @group end |
#link_name ⇒ Object
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 |
#links ⇒ Object
Returns the value of attribute links.
70 71 72 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 70 def links @links end |
#mode ⇒ Object
Returns the value of attribute mode.
63 64 65 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 63 def mode @mode end |
#name ⇒ Object
Returns the value of attribute name.
61 62 63 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 61 def name @name end |
#offset ⇒ Object
Returns the value of attribute offset.
72 73 74 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 72 def offset @offset end |
#size ⇒ Object
Returns the value of attribute size.
68 69 70 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 68 def size @size end |
#type ⇒ Object
Returns the value of attribute type.
62 63 64 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 62 def type @type end |
#uid ⇒ Object
Returns the value of attribute uid.
66 67 68 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 66 def uid @uid end |
#user ⇒ Object
Returns the value of attribute user.
64 65 66 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 64 def user @user end |