Class: Virtuozzo::SOAP::Types::ProcInfo::TransferType::Input
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ProcInfo::TransferType::Input
- Defined in:
- lib/virtuozzo/soap/types/proc_info.rb
Overview
inner class for member: input http://www.swsoft.com/webservices/vzl/4.0.0/typesinput
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) ⇒ Input
constructor
A new instance of Input.
Constructor Details
#initialize(bytes = nil, packets = nil) ⇒ Input
Returns a new instance of Input.
290 291 292 293 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 290 def initialize(bytes = nil, packets = nil) @bytes = bytes @packets = packets end |
Instance Attribute Details
#bytes ⇒ Object
Returns the value of attribute bytes.
287 288 289 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 287 def bytes @bytes end |
#packets ⇒ Object
Returns the value of attribute packets.
288 289 290 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 288 def packets @packets end |