Class: Virtuozzo::SOAP::Types::Firewallm::VocabularyType

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VocabularyType.



1463
1464
1465
1466
1467
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1463

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

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



1461
1462
1463
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1461

def category
  @category
end

#nameObject

Returns the value of attribute name.



1459
1460
1461
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1459

def name
  @name
end

#parameterObject

Returns the value of attribute parameter.



1460
1461
1462
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1460

def parameter
  @parameter
end