Class: Virtuozzo::SOAP::Types::Packagem::Voc_parameterType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Packagem::Voc_parameterType
- Defined in:
- lib/virtuozzo/soap/types/packagem.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
-
#category ⇒ Object
Returns the value of attribute category.
-
#complex ⇒ Object
Returns the value of attribute complex.
-
#data ⇒ Object
Returns the value of attribute data.
-
#default ⇒ Object
Returns the value of attribute default.
-
#id ⇒ Object
Returns the value of attribute id.
-
#long ⇒ Object
Returns the value of attribute long.
-
#max ⇒ Object
Returns the value of attribute max.
-
#measure ⇒ Object
Returns the value of attribute measure.
-
#min ⇒ Object
Returns the value of attribute min.
-
#name ⇒ Object
Returns the value of attribute name.
-
#short ⇒ Object
Returns the value of attribute short.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#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
constructor
A new instance of Voc_parameterType.
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.
2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2354 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
#category ⇒ Object
Returns the value of attribute category.
2347 2348 2349 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2347 def category @category end |
#complex ⇒ Object
Returns the value of attribute complex.
2348 2349 2350 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2348 def complex @complex end |
#data ⇒ Object
Returns the value of attribute data.
2351 2352 2353 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2351 def data @data end |
#default ⇒ Object
Returns the value of attribute default.
2349 2350 2351 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2349 def default @default end |
#id ⇒ Object
Returns the value of attribute id.
2341 2342 2343 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2341 def id @id end |
#long ⇒ Object
Returns the value of attribute long.
2345 2346 2347 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2345 def long @long end |
#max ⇒ Object
Returns the value of attribute max.
2344 2345 2346 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2344 def max @max end |
#measure ⇒ Object
Returns the value of attribute measure.
2350 2351 2352 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2350 def measure @measure end |
#min ⇒ Object
Returns the value of attribute min.
2343 2344 2345 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2343 def min @min end |
#name ⇒ Object
Returns the value of attribute name.
2352 2353 2354 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2352 def name @name end |
#short ⇒ Object
Returns the value of attribute short.
2346 2347 2348 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2346 def short @short end |
#type ⇒ Object
Returns the value of attribute type.
2342 2343 2344 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2342 def type @type end |