Class: Virtuozzo::SOAP::Types::ServerGroup::Env_voc

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Env_voc.



2241
2242
2243
2244
# File 'lib/virtuozzo/soap/types/server_group.rb', line 2241

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

Instance Attribute Details

#eidObject

Returns the value of attribute eid.



2238
2239
2240
# File 'lib/virtuozzo/soap/types/server_group.rb', line 2238

def eid
  @eid
end

#idObject

Returns the value of attribute id.



2239
2240
2241
# File 'lib/virtuozzo/soap/types/server_group.rb', line 2239

def id
  @id
end