Class: Virtuozzo::SOAP::Types::Up2date::Voc_parameterType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/up2date.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.



2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2210

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.



2203
2204
2205
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2203

def category
  @category
end

#complexObject

Returns the value of attribute complex.



2204
2205
2206
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2204

def complex
  @complex
end

#dataObject

Returns the value of attribute data.



2207
2208
2209
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2207

def data
  @data
end

#defaultObject

Returns the value of attribute default.



2205
2206
2207
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2205

def default
  @default
end

#idObject

Returns the value of attribute id.



2197
2198
2199
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2197

def id
  @id
end

#longObject

Returns the value of attribute long.



2201
2202
2203
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2201

def long
  @long
end

#maxObject

Returns the value of attribute max.



2200
2201
2202
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2200

def max
  @max
end

#measureObject

Returns the value of attribute measure.



2206
2207
2208
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2206

def measure
  @measure
end

#minObject

Returns the value of attribute min.



2199
2200
2201
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2199

def min
  @min
end

#nameObject

Returns the value of attribute name.



2208
2209
2210
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2208

def name
  @name
end

#shortObject

Returns the value of attribute short.



2202
2203
2204
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2202

def short
  @short
end

#typeObject

Returns the value of attribute type.



2198
2199
2200
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2198

def type
  @type
end