Class: Virtuozzo::SOAP::Types::Filer::List::Filter

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

Overview

inner class for member: filter http://www.swsoft.com/webservices/vzl/4.0.0/filerfilter

user - SOAP::SOAPString
uid - SOAP::SOAPInt
start_uid - SOAP::SOAPInt
end_uid - SOAP::SOAPInt
gid - SOAP::SOAPInt
group - SOAP::SOAPString
start_gid - SOAP::SOAPInt
end_gid - SOAP::SOAPInt
start_date - SOAP::SOAPDate
end_date - SOAP::SOAPDate
min_size - SOAP::SOAPLong
max_size - SOAP::SOAPLong
type - SOAP::SOAPInt
name - SOAP::SOAPBase64
block - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(user = nil, uid = nil, start_uid = nil, end_uid = nil, gid = nil, group = nil, start_gid = nil, end_gid = nil, start_date = nil, end_date = nil, min_size = nil, max_size = nil, type = nil, name = nil, block = nil) ⇒ Filter

Returns a new instance of Filter.



2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
# File 'lib/virtuozzo/soap/types/filer.rb', line 2188

def initialize(user = nil, uid = nil, start_uid = nil, end_uid = nil, gid = nil, group = nil, start_gid = nil, end_gid = nil, start_date = nil, end_date = nil, min_size = nil, max_size = nil, type = nil, name = nil, block = nil)
  @user = user
  @uid = uid
  @start_uid = start_uid
  @end_uid = end_uid
  @gid = gid
  @group = group
  @start_gid = start_gid
  @end_gid = end_gid
  @start_date = start_date
  @end_date = end_date
  @min_size = min_size
  @max_size = max_size
  @type = type
  @name = name
  @block = block
end

Instance Attribute Details

#blockObject

Returns the value of attribute block.



2186
2187
2188
# File 'lib/virtuozzo/soap/types/filer.rb', line 2186

def block
  @block
end

#end_dateObject

Returns the value of attribute end_date.



2181
2182
2183
# File 'lib/virtuozzo/soap/types/filer.rb', line 2181

def end_date
  @end_date
end

#end_gidObject

Returns the value of attribute end_gid.



2179
2180
2181
# File 'lib/virtuozzo/soap/types/filer.rb', line 2179

def end_gid
  @end_gid
end

#end_uidObject

Returns the value of attribute end_uid.



2175
2176
2177
# File 'lib/virtuozzo/soap/types/filer.rb', line 2175

def end_uid
  @end_uid
end

#gidObject

Returns the value of attribute gid.



2176
2177
2178
# File 'lib/virtuozzo/soap/types/filer.rb', line 2176

def gid
  @gid
end

#groupObject

Returns the value of attribute group.



2177
2178
2179
# File 'lib/virtuozzo/soap/types/filer.rb', line 2177

def group
  @group
end

#max_sizeObject

Returns the value of attribute max_size.



2183
2184
2185
# File 'lib/virtuozzo/soap/types/filer.rb', line 2183

def max_size
  @max_size
end

#min_sizeObject

Returns the value of attribute min_size.



2182
2183
2184
# File 'lib/virtuozzo/soap/types/filer.rb', line 2182

def min_size
  @min_size
end

#nameObject

Returns the value of attribute name.



2185
2186
2187
# File 'lib/virtuozzo/soap/types/filer.rb', line 2185

def name
  @name
end

#start_dateObject

Returns the value of attribute start_date.



2180
2181
2182
# File 'lib/virtuozzo/soap/types/filer.rb', line 2180

def start_date
  @start_date
end

#start_gidObject

Returns the value of attribute start_gid.



2178
2179
2180
# File 'lib/virtuozzo/soap/types/filer.rb', line 2178

def start_gid
  @start_gid
end

#start_uidObject

Returns the value of attribute start_uid.



2174
2175
2176
# File 'lib/virtuozzo/soap/types/filer.rb', line 2174

def start_uid
  @start_uid
end

#typeObject

Returns the value of attribute type.



2184
2185
2186
# File 'lib/virtuozzo/soap/types/filer.rb', line 2184

def type
  @type
end

#uidObject

Returns the value of attribute uid.



2173
2174
2175
# File 'lib/virtuozzo/soap/types/filer.rb', line 2173

def uid
  @uid
end

#userObject

Returns the value of attribute user.



2172
2173
2174
# File 'lib/virtuozzo/soap/types/filer.rb', line 2172

def user
  @user
end