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

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

Overview

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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Counter.



2431
2432
2433
2434
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2431

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

Instance Attribute Details

#nameObject

Returns the value of attribute name.



2428
2429
2430
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2428

def name
  @name
end

#valueObject

Returns the value of attribute value.



2429
2430
2431
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2429

def value
  @value
end