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

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

Overview

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

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



1628
1629
1630
1631
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1628

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

Instance Attribute Details

#counterObject

Returns the value of attribute counter.



1626
1627
1628
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1626

def counter
  @counter
end

#nameObject

Returns the value of attribute name.



1625
1626
1627
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1625

def name
  @name
end