Class: Virtuozzo::SOAP::Types::Userm::QosType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Userm::QosType
- Defined in:
- lib/virtuozzo/soap/types/userm.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.
51 52 53 54 55 56 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 51 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.
49 50 51 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 49 def cur @cur end |
#hard ⇒ Object
Returns the value of attribute hard.
48 49 50 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 48 def hard @hard end |
#id ⇒ Object
Returns the value of attribute id.
46 47 48 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 46 def id @id end |
#soft ⇒ Object
Returns the value of attribute soft.
47 48 49 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 47 def soft @soft end |