Class: Virtuozzo::SOAP::Types::PerfMon::TransferType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::PerfMon::TransferType
- Defined in:
- lib/virtuozzo/soap/types/perf_mon.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.
343 344 345 346 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 343 def initialize(input = nil, output = nil) @input = input @output = output end |
Instance Attribute Details
#input ⇒ Object
Returns the value of attribute input.
340 341 342 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 340 def input @input end |
#output ⇒ Object
Returns the value of attribute output.
341 342 343 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 341 def output @output end |