Class: Virtuozzo::SOAP::Types::Firewallm::Voc_parameterType

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



1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1438

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.



1431
1432
1433
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1431

def category
  @category
end

#complexObject

Returns the value of attribute complex.



1432
1433
1434
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1432

def complex
  @complex
end

#dataObject

Returns the value of attribute data.



1435
1436
1437
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1435

def data
  @data
end

#defaultObject

Returns the value of attribute default.



1433
1434
1435
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1433

def default
  @default
end

#idObject

Returns the value of attribute id.



1425
1426
1427
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1425

def id
  @id
end

#longObject

Returns the value of attribute long.



1429
1430
1431
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1429

def long
  @long
end

#maxObject

Returns the value of attribute max.



1428
1429
1430
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1428

def max
  @max
end

#measureObject

Returns the value of attribute measure.



1434
1435
1436
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1434

def measure
  @measure
end

#minObject

Returns the value of attribute min.



1427
1428
1429
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1427

def min
  @min
end

#nameObject

Returns the value of attribute name.



1436
1437
1438
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1436

def name
  @name
end

#shortObject

Returns the value of attribute short.



1430
1431
1432
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1430

def short
  @short
end

#typeObject

Returns the value of attribute type.



1426
1427
1428
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1426

def type
  @type
end