Class: Virtuozzo::SOAP::Types::Resourcem::Net_classType

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



516
517
518
519
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 516

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



513
514
515
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 513

def id
  @id
end

#transferObject

Returns the value of attribute transfer.



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

def transfer
  @transfer
end