Class: Virtuozzo::SOAP::Types::Relocator::Voc_parameterType

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

Overview

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

id - SOAP::SOAPString
type - SOAP::SOAPString
min - SOAP::SOAPString
max - SOAP::SOAPString
long - SOAP::SOAPString
short - SOAP::SOAPString
category - SOAP::SOAPString
complex - SOAP::SOAPString
default - SOAP::SOAPString
measure - SOAP::SOAPString
data - (any)
name - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, type = nil, min = nil, max = nil, long = nil, short = nil, category = [], complex = nil, default = nil, measure = nil, data = nil, name = nil) ⇒ Voc_parameterType

Returns a new instance of Voc_parameterType.



2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2273

def initialize(id = nil, type = nil, min = nil, max = nil, long = nil, short = nil, category = [], complex = nil, default = nil, measure = nil, data = nil, name = nil)
  @id = id
  @type = type
  @min = min
  @max = max
  @long = long
  @short = short
  @category = category
  @complex = complex
  @default = default
  @measure = measure
  @data = data
  @name = name
end

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



2266
2267
2268
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2266

def category
  @category
end

#complexObject

Returns the value of attribute complex.



2267
2268
2269
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2267

def complex
  @complex
end

#dataObject

Returns the value of attribute data.



2270
2271
2272
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2270

def data
  @data
end

#defaultObject

Returns the value of attribute default.



2268
2269
2270
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2268

def default
  @default
end

#idObject

Returns the value of attribute id.



2260
2261
2262
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2260

def id
  @id
end

#longObject

Returns the value of attribute long.



2264
2265
2266
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2264

def long
  @long
end

#maxObject

Returns the value of attribute max.



2263
2264
2265
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2263

def max
  @max
end

#measureObject

Returns the value of attribute measure.



2269
2270
2271
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2269

def measure
  @measure
end

#minObject

Returns the value of attribute min.



2262
2263
2264
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2262

def min
  @min
end

#nameObject

Returns the value of attribute name.



2271
2272
2273
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2271

def name
  @name
end

#shortObject

Returns the value of attribute short.



2265
2266
2267
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2265

def short
  @short
end

#typeObject

Returns the value of attribute type.



2261
2262
2263
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2261

def type
  @type
end