Class: Virtuozzo::SOAP::Types::EventLog::Event_logType
- Inherits:
-
Operator_functionalType
- Object
- OperatorType
- Operator_functionalType
- Virtuozzo::SOAP::Types::EventLog::Event_logType
- Defined in:
- lib/virtuozzo/soap/types/event_log.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/event_logevent_logType
configuration - Virtuozzo::SOAP::Types::EventLog::ConfigurationType
ok - Virtuozzo::SOAP::Types::EventLog::Event_logType::Ok
error - Virtuozzo::SOAP::Types::EventLog::Event_logType::Error
get_events - Virtuozzo::SOAP::Types::EventLog::Get_events
event - Virtuozzo::SOAP::Types::EventLog::EventType
Defined Under Namespace
Instance Attribute Summary collapse
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#error ⇒ Object
Returns the value of attribute error.
-
#event ⇒ Object
Returns the value of attribute event.
-
#get_events ⇒ Object
Returns the value of attribute get_events.
-
#ok ⇒ Object
Returns the value of attribute ok.
Instance Method Summary collapse
-
#initialize(configuration = nil, ok = [], error = [], get_events = [], event = []) ⇒ Event_logType
constructor
A new instance of Event_logType.
Constructor Details
#initialize(configuration = nil, ok = [], error = [], get_events = [], event = []) ⇒ Event_logType
Returns a new instance of Event_logType.
1734 1735 1736 1737 1738 1739 1740 |
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1734 def initialize(configuration = nil, ok = [], error = [], get_events = [], event = []) @configuration = configuration @ok = ok @error = error @get_events = get_events @event = event end |
Instance Attribute Details
#configuration ⇒ Object
Returns the value of attribute configuration.
1728 1729 1730 |
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1728 def configuration @configuration end |
#error ⇒ Object
Returns the value of attribute error.
1730 1731 1732 |
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1730 def error @error end |
#event ⇒ Object
Returns the value of attribute event.
1732 1733 1734 |
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1732 def event @event end |
#get_events ⇒ Object
Returns the value of attribute get_events.
1731 1732 1733 |
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1731 def get_events @get_events end |
#ok ⇒ Object
Returns the value of attribute ok.
1729 1730 1731 |
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1729 def ok @ok end |