Class: Virtuozzo::SOAP::Types::Alertm::Perf_dataType::C_Class

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

Overview

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

name - SOAP::SOAPString
instance - Virtuozzo::SOAP::Types::Alerts::Perf_dataType::C_Class::Instance

Defined Under Namespace

Classes: Instance

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, instance = []) ⇒ C_Class

Returns a new instance of C_Class.



1543
1544
1545
1546
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1543

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

Instance Attribute Details

#instanceObject

Returns the value of attribute instance.



1541
1542
1543
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1541

def instance
  @instance
end

#nameObject

Returns the value of attribute name.



1540
1541
1542
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1540

def name
  @name
end