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

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

Overview

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

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



1954
1955
1956
1957
# File 'lib/virtuozzo/soap/types/envm.rb', line 1954

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

Instance Attribute Details

#counterObject

Returns the value of attribute counter.



1952
1953
1954
# File 'lib/virtuozzo/soap/types/envm.rb', line 1952

def counter
  @counter
end

#nameObject

Returns the value of attribute name.



1951
1952
1953
# File 'lib/virtuozzo/soap/types/envm.rb', line 1951

def name
  @name
end