Class: Virtuozzo::SOAP::Types::Firewallm::TransferType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Firewallm::TransferType
- Defined in:
- lib/virtuozzo/soap/types/firewallm.rb
Overview
Defined Under Namespace
Instance Attribute Summary collapse
-
#input ⇒ Object
Returns the value of attribute input.
-
#output ⇒ Object
Returns the value of attribute output.
Instance Method Summary collapse
-
#initialize(input = nil, output = nil) ⇒ TransferType
constructor
A new instance of TransferType.
Constructor Details
#initialize(input = nil, output = nil) ⇒ TransferType
Returns a new instance of TransferType.
368 369 370 371 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 368 def initialize(input = nil, output = nil) @input = input @output = output end |
Instance Attribute Details
#input ⇒ Object
Returns the value of attribute input.
365 366 367 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 365 def input @input end |
#output ⇒ Object
Returns the value of attribute output.
366 367 368 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 366 def output @output end |