Class: Virtuozzo::SOAP::Types::ResLog::VocabularyType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/res_log.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, parameter = [], category = []) ⇒ VocabularyType

Returns a new instance of VocabularyType.



1459
1460
1461
1462
1463
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1459

def initialize(name = nil, parameter = [], category = [])
  @name = name
  @parameter = parameter
  @category = category
end

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



1457
1458
1459
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1457

def category
  @category
end

#nameObject

Returns the value of attribute name.



1455
1456
1457
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1455

def name
  @name
end

#parameterObject

Returns the value of attribute parameter.



1456
1457
1458
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1456

def parameter
  @parameter
end