Class: Virtuozzo::SOAP::Types::Authm::Perf_dataType::C_Class
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Authm::Perf_dataType::C_Class
- 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 ⇒ Object
Returns the value of attribute instance.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = nil, instance = []) ⇒ C_Class
constructor
A new instance of C_Class.
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
#instance ⇒ Object
Returns the value of attribute instance.
1585 1586 1587 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1585 def instance @instance end |
#name ⇒ Object
Returns the value of attribute name.
1584 1585 1586 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1584 def name @name end |