Class: Virtuozzo::SOAP::Types::Userm::Limits

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#gmaxObject

Returns the value of attribute gmax.



2350
2351
2352
# File 'lib/virtuozzo/soap/types/userm.rb', line 2350

def gmax
  @gmax
end

#gminObject

Returns the value of attribute gmin.



2349
2350
2351
# File 'lib/virtuozzo/soap/types/userm.rb', line 2349

def gmin
  @gmin
end

#umaxObject

Returns the value of attribute umax.



2348
2349
2350
# File 'lib/virtuozzo/soap/types/userm.rb', line 2348

def umax
  @umax
end

#uminObject

Returns the value of attribute umin.



2347
2348
2349
# File 'lib/virtuozzo/soap/types/userm.rb', line 2347

def umin
  @umin
end