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

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

Overview

inner class for member: counter http://www.swsoft.com/webservices/vzl/4.0.0/typescounter

name - SOAP::SOAPString
value - Virtuozzo::SOAP::Types::Scheduler::Perf_statType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, value = nil) ⇒ Counter

Returns a new instance of Counter.



1613
1614
1615
1616
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1613

def initialize(name = nil, value = nil)
  @name = name
  @value = value
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



1610
1611
1612
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1610

def name
  @name
end

#valueObject

Returns the value of attribute value.



1611
1612
1613
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1611

def value
  @value
end