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

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

Overview

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

name - SOAP::SOAPString
counter - Virtuozzo::SOAP::Types::Scheduler::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.



1622
1623
1624
1625
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1622

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

Instance Attribute Details

#counterObject

Returns the value of attribute counter.



1620
1621
1622
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1620

def counter
  @counter
end

#nameObject

Returns the value of attribute name.



1619
1620
1621
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1619

def name
  @name
end