Class: Virtuozzo::SOAP::Types::Firewallm::InfoType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Firewallm::InfoType
- Defined in:
- lib/virtuozzo/soap/types/firewallm.rb
Overview
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parameter ⇒ Object
Returns the value of attribute parameter.
-
#translate ⇒ Object
Returns the value of attribute translate.
Instance Method Summary collapse
-
#initialize(message = nil, translate = nil, parameter = [], name = nil) ⇒ InfoType
constructor
A new instance of InfoType.
Constructor Details
#initialize(message = nil, translate = nil, parameter = [], name = nil) ⇒ InfoType
Returns a new instance of InfoType.
1271 1272 1273 1274 1275 1276 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1271 def initialize( = nil, translate = nil, parameter = [], name = nil) @message = @translate = translate @parameter = parameter @name = name end |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
1266 1267 1268 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1266 def @message end |
#name ⇒ Object
Returns the value of attribute name.
1269 1270 1271 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1269 def name @name end |
#parameter ⇒ Object
Returns the value of attribute parameter.
1268 1269 1270 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1268 def parameter @parameter end |
#translate ⇒ Object
Returns the value of attribute translate.
1267 1268 1269 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1267 def translate @translate end |