Class: Virtuozzo::SOAP::Types::Processm::QosType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Processm::QosType
- Defined in:
- lib/virtuozzo/soap/types/processm.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
-
#cur ⇒ Object
Returns the value of attribute cur.
-
#hard ⇒ Object
Returns the value of attribute hard.
-
#id ⇒ Object
Returns the value of attribute id.
-
#soft ⇒ Object
Returns the value of attribute soft.
Instance Method Summary collapse
-
#initialize(id = nil, soft = nil, hard = nil, cur = nil) ⇒ QosType
constructor
A new instance of QosType.
Constructor Details
#initialize(id = nil, soft = nil, hard = nil, cur = nil) ⇒ QosType
Returns a new instance of QosType.
485 486 487 488 489 490 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 485 def initialize(id = nil, soft = nil, hard = nil, cur = nil) @id = id @soft = soft @hard = hard @cur = cur end |
Instance Attribute Details
#cur ⇒ Object
Returns the value of attribute cur.
483 484 485 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 483 def cur @cur end |
#hard ⇒ Object
Returns the value of attribute hard.
482 483 484 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 482 def hard @hard end |
#id ⇒ Object
Returns the value of attribute id.
480 481 482 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 480 def id @id end |
#soft ⇒ Object
Returns the value of attribute soft.
481 482 483 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 481 def soft @soft end |