Class: Virtuozzo::SOAP::Types::PerfMon::Start_monitorResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil) ⇒ Start_monitorResponse

Returns a new instance of Start_monitorResponse.



2094
2095
2096
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 2094

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



2092
2093
2094
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 2092

def id
  @id
end