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

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

Overview

inner class for member: grace_period http://www.swsoft.com/webservices/vza/4.0.0/vzaenvmgrace_period

inodes - SOAP::SOAPInt
space - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(inodes = nil, space = nil) ⇒ Grace_period

Returns a new instance of Grace_period.



20
21
22
23
# File 'lib/virtuozzo/soap/types/envm.rb', line 20

def initialize(inodes = nil, space = nil)
  @inodes = inodes
  @space = space
end

Instance Attribute Details

#inodesObject

Returns the value of attribute inodes.



17
18
19
# File 'lib/virtuozzo/soap/types/envm.rb', line 17

def inodes
  @inodes
end

#spaceObject

Returns the value of attribute space.



18
19
20
# File 'lib/virtuozzo/soap/types/envm.rb', line 18

def space
  @space
end