Class: Virtuozzo::SOAP::Types::Processm::Voc_parameterType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Processm::Voc_parameterType
- Defined in:
- lib/virtuozzo/soap/types/processm.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.
2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2223 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.
2216 2217 2218 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2216 def category @category end |
#complex ⇒ Object
Returns the value of attribute complex.
2217 2218 2219 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2217 def complex @complex end |
#data ⇒ Object
Returns the value of attribute data.
2220 2221 2222 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2220 def data @data end |
#default ⇒ Object
Returns the value of attribute default.
2218 2219 2220 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2218 def default @default end |
#id ⇒ Object
Returns the value of attribute id.
2210 2211 2212 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2210 def id @id end |
#long ⇒ Object
Returns the value of attribute long.
2214 2215 2216 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2214 def long @long end |
#max ⇒ Object
Returns the value of attribute max.
2213 2214 2215 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2213 def max @max end |
#measure ⇒ Object
Returns the value of attribute measure.
2219 2220 2221 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2219 def measure @measure end |
#min ⇒ Object
Returns the value of attribute min.
2212 2213 2214 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2212 def min @min end |
#name ⇒ Object
Returns the value of attribute name.
2221 2222 2223 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2221 def name @name end |
#short ⇒ Object
Returns the value of attribute short.
2215 2216 2217 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2215 def short @short end |
#type ⇒ Object
Returns the value of attribute type.
2211 2212 2213 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2211 def type @type end |