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

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

Overview

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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Counter.



1511
1512
1513
1514
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1511

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

Instance Attribute Details

#nameObject

Returns the value of attribute name.



1508
1509
1510
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1508

def name
  @name
end

#valueObject

Returns the value of attribute value.



1509
1510
1511
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1509

def value
  @value
end