Class: Virtuozzo::SOAP::Types::ResLog::QosType

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



99
100
101
102
103
104
# File 'lib/virtuozzo/soap/types/res_log.rb', line 99

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.



97
98
99
# File 'lib/virtuozzo/soap/types/res_log.rb', line 97

def cur
  @cur
end

#hardObject

Returns the value of attribute hard.



96
97
98
# File 'lib/virtuozzo/soap/types/res_log.rb', line 96

def hard
  @hard
end

#idObject

Returns the value of attribute id.



94
95
96
# File 'lib/virtuozzo/soap/types/res_log.rb', line 94

def id
  @id
end

#softObject

Returns the value of attribute soft.



95
96
97
# File 'lib/virtuozzo/soap/types/res_log.rb', line 95

def soft
  @soft
end