Class: Virtuozzo::SOAP::Types::ProcInfo::Net_classType

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



457
458
459
460
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 457

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



454
455
456
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 454

def id
  @id
end

#transferObject

Returns the value of attribute transfer.



455
456
457
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 455

def transfer
  @transfer
end