Class: Virtuozzo::SOAP::Types::EventLog::Perf_dataType::C_Class::Instance

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

Overview

inner class for member: instance http://www.swsoft.com/webservices/vzl/4.0.0/typesinstance

name - SOAP::SOAPString
counter - Virtuozzo::SOAP::Types::EventLog::Perf_dataType::C_Class::Instance::Counter

Defined Under Namespace

Classes: Counter

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, counter = []) ⇒ Instance

Returns a new instance of Instance.



1472
1473
1474
1475
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1472

def initialize(name = nil, counter = [])
  @name = name
  @counter = counter
end

Instance Attribute Details

#counterObject

Returns the value of attribute counter.



1470
1471
1472
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1470

def counter
  @counter
end

#nameObject

Returns the value of attribute name.



1469
1470
1471
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1469

def name
  @name
end