Class: Virtuozzo::SOAP::Types::Networkm::Net_classType

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



531
532
533
534
# File 'lib/virtuozzo/soap/types/networkm.rb', line 531

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



528
529
530
# File 'lib/virtuozzo/soap/types/networkm.rb', line 528

def id
  @id
end

#transferObject

Returns the value of attribute transfer.



529
530
531
# File 'lib/virtuozzo/soap/types/networkm.rb', line 529

def transfer
  @transfer
end