Class: Virtuozzo::SOAP::Types::Mailer::VocabularyType

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VocabularyType.



1424
1425
1426
1427
1428
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1424

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

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



1422
1423
1424
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1422

def category
  @category
end

#nameObject

Returns the value of attribute name.



1420
1421
1422
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1420

def name
  @name
end

#parameterObject

Returns the value of attribute parameter.



1421
1422
1423
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1421

def parameter
  @parameter
end