Class: Virtuozzo::SOAP::Types::Envm::Quota_limit
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Envm::Quota_limit
- Defined in:
- lib/virtuozzo/soap/types/envm.rb
Overview
http://www.swsoft.com/webservices/vza/4.0.0/vzaenvmquota_limit
cur - SOAP::SOAPLong
soft - SOAP::SOAPLong
hard - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#cur ⇒ Object
Returns the value of attribute cur.
-
#hard ⇒ Object
Returns the value of attribute hard.
-
#soft ⇒ Object
Returns the value of attribute soft.
Instance Method Summary collapse
-
#initialize(cur = nil, soft = nil, hard = nil) ⇒ Quota_limit
constructor
A new instance of Quota_limit.
Constructor Details
#initialize(cur = nil, soft = nil, hard = nil) ⇒ Quota_limit
Returns a new instance of Quota_limit.
62 63 64 65 66 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 62 def initialize(cur = nil, soft = nil, hard = nil) @cur = cur @soft = soft @hard = hard end |
Instance Attribute Details
#cur ⇒ Object
Returns the value of attribute cur.
58 59 60 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 58 def cur @cur end |
#hard ⇒ Object
Returns the value of attribute hard.
60 61 62 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 60 def hard @hard end |
#soft ⇒ Object
Returns the value of attribute soft.
59 60 61 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 59 def soft @soft end |