Class: Virtuozzo::SOAP::Types::Envm::QosType

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



131
132
133
134
135
136
# File 'lib/virtuozzo/soap/types/envm.rb', line 131

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.



129
130
131
# File 'lib/virtuozzo/soap/types/envm.rb', line 129

def cur
  @cur
end

#hardObject

Returns the value of attribute hard.



128
129
130
# File 'lib/virtuozzo/soap/types/envm.rb', line 128

def hard
  @hard
end

#idObject

Returns the value of attribute id.



126
127
128
# File 'lib/virtuozzo/soap/types/envm.rb', line 126

def id
  @id
end

#softObject

Returns the value of attribute soft.



127
128
129
# File 'lib/virtuozzo/soap/types/envm.rb', line 127

def soft
  @soft
end