Class: Virtuozzo::SOAP::Types::Authm::Perf_dataType::C_Class

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

Overview

inner class for member: class http://www.swsoft.com/webservices/vzl/4.0.0/typesclass name - SOAP::SOAPString instance - Virtuozzo::SOAP::Types::Authm::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.



1587
1588
1589
1590
# File 'lib/virtuozzo/soap/types/authm.rb', line 1587

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

Instance Attribute Details

#instanceObject

Returns the value of attribute instance.



1585
1586
1587
# File 'lib/virtuozzo/soap/types/authm.rb', line 1585

def instance
  @instance
end

#nameObject

Returns the value of attribute name.



1584
1585
1586
# File 'lib/virtuozzo/soap/types/authm.rb', line 1584

def name
  @name
end