Class: Virtuozzo::SOAP::Types::ServerGroup::AddResponse

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) ⇒ AddResponse

Returns a new instance of AddResponse.



2256
2257
2258
# File 'lib/virtuozzo/soap/types/server_group.rb', line 2256

def initialize(eid = nil)
  @eid = eid
end

Instance Attribute Details

#eidObject

Returns the value of attribute eid.



2254
2255
2256
# File 'lib/virtuozzo/soap/types/server_group.rb', line 2254

def eid
  @eid
end