Class: Virtuozzo::SOAP::Types::Devm::TransferType::Output
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Devm::TransferType::Output
- Defined in:
- lib/virtuozzo/soap/types/devm.rb
Overview
inner class for member: output http://www.swsoft.com/webservices/vzl/4.0.0/typesoutput
bytes - SOAP::SOAPLong
packets - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#bytes ⇒ Object
Returns the value of attribute bytes.
-
#packets ⇒ Object
Returns the value of attribute packets.
Instance Method Summary collapse
-
#initialize(bytes = nil, packets = nil) ⇒ Output
constructor
A new instance of Output.
Constructor Details
#initialize(bytes = nil, packets = nil) ⇒ Output
Returns a new instance of Output.
1026 1027 1028 1029 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 1026 def initialize(bytes = nil, packets = nil) @bytes = bytes @packets = packets end |
Instance Attribute Details
#bytes ⇒ Object
Returns the value of attribute bytes.
1023 1024 1025 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 1023 def bytes @bytes end |
#packets ⇒ Object
Returns the value of attribute packets.
1024 1025 1026 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 1024 def packets @packets end |