Class: Virtuozzo::SOAP::Types::Envm::Quota_limit

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

Instance Method Summary collapse

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

#curObject

Returns the value of attribute cur.



58
59
60
# File 'lib/virtuozzo/soap/types/envm.rb', line 58

def cur
  @cur
end

#hardObject

Returns the value of attribute hard.



60
61
62
# File 'lib/virtuozzo/soap/types/envm.rb', line 60

def hard
  @hard
end

#softObject

Returns the value of attribute soft.



59
60
61
# File 'lib/virtuozzo/soap/types/envm.rb', line 59

def soft
  @soft
end