Class: Virtuozzo::SOAP::Types::Servicem::QosType

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



122
123
124
125
126
127
# File 'lib/virtuozzo/soap/types/servicem.rb', line 122

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.



120
121
122
# File 'lib/virtuozzo/soap/types/servicem.rb', line 120

def cur
  @cur
end

#hardObject

Returns the value of attribute hard.



119
120
121
# File 'lib/virtuozzo/soap/types/servicem.rb', line 119

def hard
  @hard
end

#idObject

Returns the value of attribute id.



117
118
119
# File 'lib/virtuozzo/soap/types/servicem.rb', line 117

def id
  @id
end

#softObject

Returns the value of attribute soft.



118
119
120
# File 'lib/virtuozzo/soap/types/servicem.rb', line 118

def soft
  @soft
end