Method: Virtuozzo::SOAP::Types::OpLog::QosType#initialize
- Defined in:
- lib/virtuozzo/soap/types/op_log.rb
#initialize(id = nil, soft = nil, hard = nil, cur = nil) ⇒ QosType
Returns a new instance of QosType.
51 52 53 54 55 56 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 51 def initialize(id = nil, soft = nil, hard = nil, cur = nil) @id = id @soft = soft @hard = hard @cur = cur end |