Class: Virtuozzo::SOAP::Types::ResLog::ClassType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ResLog::ClassType
- Defined in:
- lib/virtuozzo/soap/types/res_log.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/res_logclassType
name - SOAP::SOAPString
instance - SOAP::SOAPString
counter - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#counter ⇒ Object
Returns the value of attribute counter.
-
#instance ⇒ Object
Returns the value of attribute instance.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = nil, instance = nil, counter = nil) ⇒ ClassType
constructor
A new instance of ClassType.
Constructor Details
#initialize(name = nil, instance = nil, counter = nil) ⇒ ClassType
Returns a new instance of ClassType.
17 18 19 20 21 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 17 def initialize(name = nil, instance = nil, counter = nil) @name = name @instance = instance @counter = counter end |
Instance Attribute Details
#counter ⇒ Object
Returns the value of attribute counter.
15 16 17 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 15 def counter @counter end |
#instance ⇒ Object
Returns the value of attribute instance.
14 15 16 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 14 def instance @instance end |
#name ⇒ Object
Returns the value of attribute name.
13 14 15 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 13 def name @name end |