Class: Virtuozzo::SOAP::Types::Backupm::VocabularyType

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VocabularyType.



1646
1647
1648
1649
1650
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1646

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

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



1644
1645
1646
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1644

def category
  @category
end

#nameObject

Returns the value of attribute name.



1642
1643
1644
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1642

def name
  @name
end

#parameterObject

Returns the value of attribute parameter.



1643
1644
1645
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1643

def parameter
  @parameter
end