Class: Virtuozzo::SOAP::Types::Filer::Info

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

Overview

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

user - (any)
group - (any)
uid - (any)
gid - (any)
mode - (any)
size - (any)
date - (any)
links - (any)
link_name - (any)
content_type - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(user = nil, group = nil, uid = nil, gid = nil, mode = nil, size = nil, date = nil, links = nil, link_name = nil, content_type = nil) ⇒ Info

Returns a new instance of Info.



2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
# File 'lib/virtuozzo/soap/types/filer.rb', line 2118

def initialize(user = nil, group = nil, uid = nil, gid = nil, mode = nil, size = nil, date = nil, links = nil, link_name = nil, content_type = nil)
  @user = user
  @group = group
  @uid = uid
  @gid = gid
  @mode = mode
  @size = size
  @date = date
  @links = links
  @link_name = link_name
  @content_type = content_type
end

Instance Attribute Details

#content_typeObject

Returns the value of attribute content_type.



2116
2117
2118
# File 'lib/virtuozzo/soap/types/filer.rb', line 2116

def content_type
  @content_type
end

#dateObject

Returns the value of attribute date.



2113
2114
2115
# File 'lib/virtuozzo/soap/types/filer.rb', line 2113

def date
  @date
end

#gidObject

Returns the value of attribute gid.



2110
2111
2112
# File 'lib/virtuozzo/soap/types/filer.rb', line 2110

def gid
  @gid
end

#groupObject

Returns the value of attribute group.



2108
2109
2110
# File 'lib/virtuozzo/soap/types/filer.rb', line 2108

def group
  @group
end

Returns the value of attribute link_name.



2115
2116
2117
# File 'lib/virtuozzo/soap/types/filer.rb', line 2115

def link_name
  @link_name
end

Returns the value of attribute links.



2114
2115
2116
# File 'lib/virtuozzo/soap/types/filer.rb', line 2114

def links
  @links
end

#modeObject

Returns the value of attribute mode.



2111
2112
2113
# File 'lib/virtuozzo/soap/types/filer.rb', line 2111

def mode
  @mode
end

#sizeObject

Returns the value of attribute size.



2112
2113
2114
# File 'lib/virtuozzo/soap/types/filer.rb', line 2112

def size
  @size
end

#uidObject

Returns the value of attribute uid.



2109
2110
2111
# File 'lib/virtuozzo/soap/types/filer.rb', line 2109

def uid
  @uid
end

#userObject

Returns the value of attribute user.



2107
2108
2109
# File 'lib/virtuozzo/soap/types/filer.rb', line 2107

def user
  @user
end