Class: Virtuozzo::SOAP::Types::Up2date::QosType

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



875
876
877
878
879
880
# File 'lib/virtuozzo/soap/types/up2date.rb', line 875

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.



873
874
875
# File 'lib/virtuozzo/soap/types/up2date.rb', line 873

def cur
  @cur
end

#hardObject

Returns the value of attribute hard.



872
873
874
# File 'lib/virtuozzo/soap/types/up2date.rb', line 872

def hard
  @hard
end

#idObject

Returns the value of attribute id.



870
871
872
# File 'lib/virtuozzo/soap/types/up2date.rb', line 870

def id
  @id
end

#softObject

Returns the value of attribute soft.



871
872
873
# File 'lib/virtuozzo/soap/types/up2date.rb', line 871

def soft
  @soft
end