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

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

Overview

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

name - SOAP::SOAPString
value - Virtuozzo::SOAP::Drivers::Relocator::Perf_statType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Counter.



2350
2351
2352
2353
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2350

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

Instance Attribute Details

#nameObject

Returns the value of attribute name.



2347
2348
2349
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2347

def name
  @name
end

#valueObject

Returns the value of attribute value.



2348
2349
2350
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2348

def value
  @value
end