Class: Virtuozzo::SOAP::Types::Networkm::Voc_parameterType

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



1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1542

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.



1535
1536
1537
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1535

def category
  @category
end

#complexObject

Returns the value of attribute complex.



1536
1537
1538
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1536

def complex
  @complex
end

#dataObject

Returns the value of attribute data.



1539
1540
1541
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1539

def data
  @data
end

#defaultObject

Returns the value of attribute default.



1537
1538
1539
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1537

def default
  @default
end

#idObject

Returns the value of attribute id.



1529
1530
1531
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1529

def id
  @id
end

#longObject

Returns the value of attribute long.



1533
1534
1535
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1533

def long
  @long
end

#maxObject

Returns the value of attribute max.



1532
1533
1534
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1532

def max
  @max
end

#measureObject

Returns the value of attribute measure.



1538
1539
1540
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1538

def measure
  @measure
end

#minObject

Returns the value of attribute min.



1531
1532
1533
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1531

def min
  @min
end

#nameObject

Returns the value of attribute name.



1540
1541
1542
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1540

def name
  @name
end

#shortObject

Returns the value of attribute short.



1534
1535
1536
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1534

def short
  @short
end

#typeObject

Returns the value of attribute type.



1530
1531
1532
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1530

def type
  @type
end