Class: Virtuozzo::SOAP::Types::ServerGroup::Net_classType

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(id = nil, transfer = nil) ⇒ Net_classType

Returns a new instance of Net_classType.



517
518
519
520
# File 'lib/virtuozzo/soap/types/server_group.rb', line 517

def initialize(id = nil, transfer = nil)
  @id = id
  @transfer = transfer
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



514
515
516
# File 'lib/virtuozzo/soap/types/server_group.rb', line 514

def id
  @id
end

#transferObject

Returns the value of attribute transfer.



515
516
517
# File 'lib/virtuozzo/soap/types/server_group.rb', line 515

def transfer
  @transfer
end