Class: Virtuozzo::SOAP::Types::Packagem::QosType

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



527
528
529
530
531
532
# File 'lib/virtuozzo/soap/types/packagem.rb', line 527

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.



525
526
527
# File 'lib/virtuozzo/soap/types/packagem.rb', line 525

def cur
  @cur
end

#hardObject

Returns the value of attribute hard.



524
525
526
# File 'lib/virtuozzo/soap/types/packagem.rb', line 524

def hard
  @hard
end

#idObject

Returns the value of attribute id.



522
523
524
# File 'lib/virtuozzo/soap/types/packagem.rb', line 522

def id
  @id
end

#softObject

Returns the value of attribute soft.



523
524
525
# File 'lib/virtuozzo/soap/types/packagem.rb', line 523

def soft
  @soft
end