Class: Virtuozzo::SOAP::Types::Mailer::Voc_parameterType

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



1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1399

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.



1392
1393
1394
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1392

def category
  @category
end

#complexObject

Returns the value of attribute complex.



1393
1394
1395
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1393

def complex
  @complex
end

#dataObject

Returns the value of attribute data.



1396
1397
1398
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1396

def data
  @data
end

#defaultObject

Returns the value of attribute default.



1394
1395
1396
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1394

def default
  @default
end

#idObject

Returns the value of attribute id.



1386
1387
1388
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1386

def id
  @id
end

#longObject

Returns the value of attribute long.



1390
1391
1392
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1390

def long
  @long
end

#maxObject

Returns the value of attribute max.



1389
1390
1391
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1389

def max
  @max
end

#measureObject

Returns the value of attribute measure.



1395
1396
1397
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1395

def measure
  @measure
end

#minObject

Returns the value of attribute min.



1388
1389
1390
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1388

def min
  @min
end

#nameObject

Returns the value of attribute name.



1397
1398
1399
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1397

def name
  @name
end

#shortObject

Returns the value of attribute short.



1391
1392
1393
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1391

def short
  @short
end

#typeObject

Returns the value of attribute type.



1387
1388
1389
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1387

def type
  @type
end