Class: Virtuozzo::SOAP::Types::ProcInfo::QosType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/proc_info.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.



49
50
51
52
53
54
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 49

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.



47
48
49
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 47

def cur
  @cur
end

#hardObject

Returns the value of attribute hard.



46
47
48
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 46

def hard
  @hard
end

#idObject

Returns the value of attribute id.



44
45
46
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 44

def id
  @id
end

#softObject

Returns the value of attribute soft.



45
46
47
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 45

def soft
  @soft
end