Class: Virtuozzo::SOAP::Types::Envm::Get_ugid_quota

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

Overview

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

eid - (any)
id - SOAP::SOAPInt
type - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil, id = [], type = nil) ⇒ Get_ugid_quota

Returns a new instance of Get_ugid_quota.



2930
2931
2932
2933
2934
# File 'lib/virtuozzo/soap/types/envm.rb', line 2930

def initialize(eid = nil, id = [], type = nil)
  @eid = eid
  @id = id
  @type = type
end

Instance Attribute Details

#eidObject

Returns the value of attribute eid.



2926
2927
2928
# File 'lib/virtuozzo/soap/types/envm.rb', line 2926

def eid
  @eid
end

#idObject

Returns the value of attribute id.



2927
2928
2929
# File 'lib/virtuozzo/soap/types/envm.rb', line 2927

def id
  @id
end

#typeObject

Returns the value of attribute type.



2928
2929
2930
# File 'lib/virtuozzo/soap/types/envm.rb', line 2928

def type
  @type
end