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.



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

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

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



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

def category
  @category
end

#nameObject

Returns the value of attribute name.



1640
1641
1642
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1640

def name
  @name
end

#parameterObject

Returns the value of attribute parameter.



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

def parameter
  @parameter
end