Class: Virtuozzo::SOAP::Types::Filer::Net_classType

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



568
569
570
571
# File 'lib/virtuozzo/soap/types/filer.rb', line 568

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



565
566
567
# File 'lib/virtuozzo/soap/types/filer.rb', line 565

def id
  @id
end

#transferObject

Returns the value of attribute transfer.



566
567
568
# File 'lib/virtuozzo/soap/types/filer.rb', line 566

def transfer
  @transfer
end