Class: Virtuozzo::SOAP::Types::Userm::Limits
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Userm::Limits
- Defined in:
- lib/virtuozzo/soap/types/userm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/usermlimits
umin - SOAP::SOAPInt
umax - SOAP::SOAPInt
gmin - SOAP::SOAPInt
gmax - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#gmax ⇒ Object
Returns the value of attribute gmax.
-
#gmin ⇒ Object
Returns the value of attribute gmin.
-
#umax ⇒ Object
Returns the value of attribute umax.
-
#umin ⇒ Object
Returns the value of attribute umin.
Instance Method Summary collapse
-
#initialize(umin = nil, umax = nil, gmin = nil, gmax = nil) ⇒ Limits
constructor
A new instance of Limits.
Constructor Details
#initialize(umin = nil, umax = nil, gmin = nil, gmax = nil) ⇒ Limits
Returns a new instance of Limits.
2352 2353 2354 2355 2356 2357 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2352 def initialize(umin = nil, umax = nil, gmin = nil, gmax = nil) @umin = umin @umax = umax @gmin = gmin @gmax = gmax end |
Instance Attribute Details
#gmax ⇒ Object
Returns the value of attribute gmax.
2350 2351 2352 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2350 def gmax @gmax end |
#gmin ⇒ Object
Returns the value of attribute gmin.
2349 2350 2351 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2349 def gmin @gmin end |
#umax ⇒ Object
Returns the value of attribute umax.
2348 2349 2350 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2348 def umax @umax end |
#umin ⇒ Object
Returns the value of attribute umin.
2347 2348 2349 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 2347 def umin @umin end |