Class: Virtuozzo::SOAP::Types::ResLog::Top::Set
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ResLog::Top::Set
- 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
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(eid = nil, value = nil) ⇒ Set
constructor
A new instance of Set.
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
#eid ⇒ Object
Returns the value of attribute eid.
2100 2101 2102 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2100 def eid @eid end |
#value ⇒ Object
Returns the value of attribute value.
2101 2102 2103 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2101 def value @value end |