Class: Virtuozzo::SOAP::Types::Computerm::Get_networkResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/computerm.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(network = nil) ⇒ Get_networkResponse

Returns a new instance of Get_networkResponse.



2147
2148
2149
# File 'lib/virtuozzo/soap/types/computerm.rb', line 2147

def initialize(network = nil)
  @network = network
end

Instance Attribute Details

#networkObject

Returns the value of attribute network.



2145
2146
2147
# File 'lib/virtuozzo/soap/types/computerm.rb', line 2145

def network
  @network
end