Class: Virtuozzo::SOAP::Types::Envm::Ugid_quota_info

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/envm.rb

Overview

http://www.swsoft.com/webservices/vza/4.0.0/vzaenvmugid_quota_info

type - SOAP::SOAPInt
quota - Virtuozzo::SOAP::Types::Envm::Quota_type
grace_period - Virtuozzo::SOAP::Types::Envm::Ugid_quota_info::Grace_period

Defined Under Namespace

Classes: Grace_period

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, quota = [], grace_period = nil) ⇒ Ugid_quota_info

Returns a new instance of Ugid_quota_info.



30
31
32
33
34
# File 'lib/virtuozzo/soap/types/envm.rb', line 30

def initialize(type = nil, quota = [], grace_period = nil)
  @type = type
  @quota = quota
  @grace_period = grace_period
end

Instance Attribute Details

#grace_periodObject

Returns the value of attribute grace_period.



28
29
30
# File 'lib/virtuozzo/soap/types/envm.rb', line 28

def grace_period
  @grace_period
end

#quotaObject

Returns the value of attribute quota.



27
28
29
# File 'lib/virtuozzo/soap/types/envm.rb', line 27

def quota
  @quota
end

#typeObject

Returns the value of attribute type.



26
27
28
# File 'lib/virtuozzo/soap/types/envm.rb', line 26

def type
  @type
end