Class: Virtuozzo::SOAP::Types::ServerGroup::QosType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ServerGroup::QosType
- Defined in:
- lib/virtuozzo/soap/types/server_group.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.
109 110 111 112 113 114 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 109 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.
107 108 109 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 107 def cur @cur end |
#hard ⇒ Object
Returns the value of attribute hard.
106 107 108 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 106 def hard @hard end |
#id ⇒ Object
Returns the value of attribute id.
104 105 106 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 104 def id @id end |
#soft ⇒ Object
Returns the value of attribute soft.
105 106 107 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 105 def soft @soft end |