Class: Virtuozzo::SOAP::Types::ResLog::ClassType

Inherits:
Object
  • Object
show all
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

LogType::C_Class

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#counterObject

Returns the value of attribute counter.



15
16
17
# File 'lib/virtuozzo/soap/types/res_log.rb', line 15

def counter
  @counter
end

#instanceObject

Returns the value of attribute instance.



14
15
16
# File 'lib/virtuozzo/soap/types/res_log.rb', line 14

def instance
  @instance
end

#nameObject

Returns the value of attribute name.



13
14
15
# File 'lib/virtuozzo/soap/types/res_log.rb', line 13

def name
  @name
end