Class: Virtuozzo::SOAP::Types::Servicem::Voc_parameterType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Servicem::Voc_parameterType
- Defined in:
- lib/virtuozzo/soap/types/servicem.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.
1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1457 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.
1450 1451 1452 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1450 def category @category end |
#complex ⇒ Object
Returns the value of attribute complex.
1451 1452 1453 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1451 def complex @complex end |
#data ⇒ Object
Returns the value of attribute data.
1454 1455 1456 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1454 def data @data end |
#default ⇒ Object
Returns the value of attribute default.
1452 1453 1454 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1452 def default @default end |
#id ⇒ Object
Returns the value of attribute id.
1444 1445 1446 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1444 def id @id end |
#long ⇒ Object
Returns the value of attribute long.
1448 1449 1450 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1448 def long @long end |
#max ⇒ Object
Returns the value of attribute max.
1447 1448 1449 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1447 def max @max end |
#measure ⇒ Object
Returns the value of attribute measure.
1453 1454 1455 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1453 def measure @measure end |
#min ⇒ Object
Returns the value of attribute min.
1446 1447 1448 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1446 def min @min end |
#name ⇒ Object
Returns the value of attribute name.
1455 1456 1457 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1455 def name @name end |
#short ⇒ Object
Returns the value of attribute short.
1449 1450 1451 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1449 def short @short end |
#type ⇒ Object
Returns the value of attribute type.
1445 1446 1447 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1445 def type @type end |