Class: Virtuozzo::SOAP::Types::PerfMon::VocabularyType

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VocabularyType.



1439
1440
1441
1442
1443
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1439

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

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



1437
1438
1439
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1437

def category
  @category
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#parameterObject

Returns the value of attribute parameter.



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

def parameter
  @parameter
end