Class: Virtuozzo::SOAP::Types::Devm::Net_classType

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



1179
1180
1181
1182
# File 'lib/virtuozzo/soap/types/devm.rb', line 1179

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



1176
1177
1178
# File 'lib/virtuozzo/soap/types/devm.rb', line 1176

def id
  @id
end

#transferObject

Returns the value of attribute transfer.



1177
1178
1179
# File 'lib/virtuozzo/soap/types/devm.rb', line 1177

def transfer
  @transfer
end