Class: Virtuozzo::SOAP::Types::Scheduler::QosType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/scheduler.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typesqosType

id - SOAP::SOAPString
soft - SOAP::SOAPLong
hard - SOAP::SOAPLong
cur - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, soft = nil, hard = nil, cur = nil) ⇒ QosType

Returns a new instance of QosType.



202
203
204
205
206
207
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 202

def initialize(id = nil, soft = nil, hard = nil, cur = nil)
  @id = id
  @soft = soft
  @hard = hard
  @cur = cur
end

Instance Attribute Details

#curObject

Returns the value of attribute cur.



200
201
202
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 200

def cur
  @cur
end

#hardObject

Returns the value of attribute hard.



199
200
201
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 199

def hard
  @hard
end

#idObject

Returns the value of attribute id.



197
198
199
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 197

def id
  @id
end

#softObject

Returns the value of attribute soft.



198
199
200
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 198

def soft
  @soft
end