Class: Virtuozzo::SOAP::Types::Filer::VocabularyType

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VocabularyType.



1519
1520
1521
1522
1523
# File 'lib/virtuozzo/soap/types/filer.rb', line 1519

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

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



1517
1518
1519
# File 'lib/virtuozzo/soap/types/filer.rb', line 1517

def category
  @category
end

#nameObject

Returns the value of attribute name.



1515
1516
1517
# File 'lib/virtuozzo/soap/types/filer.rb', line 1515

def name
  @name
end

#parameterObject

Returns the value of attribute parameter.



1516
1517
1518
# File 'lib/virtuozzo/soap/types/filer.rb', line 1516

def parameter
  @parameter
end