Class: Virtuozzo::SOAP::Types::ResLog::Net_classType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/res_log.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.



507
508
509
510
# File 'lib/virtuozzo/soap/types/res_log.rb', line 507

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



504
505
506
# File 'lib/virtuozzo/soap/types/res_log.rb', line 504

def id
  @id
end

#transferObject

Returns the value of attribute transfer.



505
506
507
# File 'lib/virtuozzo/soap/types/res_log.rb', line 505

def transfer
  @transfer
end