Class: Virtuozzo::SOAP::Types::ResLog::Top::Set

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

Overview

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

eid - (any)
value - SOAP::SOAPAnySimpleType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil, value = nil) ⇒ Set

Returns a new instance of Set.



2103
2104
2105
2106
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2103

def initialize(eid = nil, value = nil)
  @eid = eid
  @value = value
end

Instance Attribute Details

#eidObject

Returns the value of attribute eid.



2100
2101
2102
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2100

def eid
  @eid
end

#valueObject

Returns the value of attribute value.



2101
2102
2103
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2101

def value
  @value
end