Class: Virtuozzo::SOAP::Types::Scheduler::UserType::Initial_group

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

Overview

inner class for member: initial_group http://www.swsoft.com/webservices/vzl/4.0.0/typesinitial_group

name - SOAP::SOAPString
gid - SOAP::SOAPInt

Instance Attribute Summary collapse

Attributes inherited from GroupType

#member_group, #user

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, gid = nil) ⇒ Initial_group

Returns a new instance of Initial_group.



1158
1159
1160
1161
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1158

def initialize(name = nil, gid = nil)
  @name = name
  @gid = gid
end

Instance Attribute Details

#gidObject

Returns the value of attribute gid.



1156
1157
1158
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1156

def gid
  @gid
end

#nameObject

Returns the value of attribute name.



1155
1156
1157
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1155

def name
  @name
end