Module: Viewpoint::EWS
- Included in:
- CalendarAccessors, Connection, FolderAccessors, ItemAccessors, MailboxAccessors, MessageAccessors, PushSubscriptionAccessors, SOAP::EwsParser, SOAP::EwsSaxDocument, SOAP::ExchangeWebService, Types::Attachment, Types::CalendarFolder, Types::CalendarItem, Types::Contact, Types::ContactsFolder, Types::DistributionList, Types::Event, Types::Folder, Types::GenericFolder, Types::Item, Types::MailboxUser, Types::MeetingCancellation, Types::MeetingMessage, Types::MeetingRequest, Types::MeetingResponse, Types::Message, Types::OutOfOffice, Types::SearchFolder, Types::StatusEvent, Types::Task, Types::TasksFolder, EWSClient
- Defined in:
- lib/ews/exceptions/exceptions.rb,
lib/ews/soap.rb,
lib/viewpoint.rb,
lib/ews/types.rb,
lib/ews/templates/message.rb,
lib/ews/templates/forward_item.rb,
lib/ews/templates/reply_to_item.rb,
lib/ews/types/item_field_uri_map.rb
Overview
This file is part of Viewpoint; the Ruby library for Microsoft Exchange Web Services.
Copyright © 2011 Dan Wanek <dan.wanek@gmail.com>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Defined Under Namespace
Modules: CalendarAccessors, ConnectionHelper, FolderAccessors, ItemAccessors, ItemFieldUriMap, MailboxAccessors, MessageAccessors, PushSubscriptionAccessors, SOAP, Template, Types Classes: Connection, EwsBadArgumentError, EwsCreateItemError, EwsError, EwsFolderNotFound, EwsFrozenObjectError, EwsItemNotFound, EwsLoginError, EwsMinimalObjectError, EwsNotImplemented, EwsSendItemError, EwsServerVersionError, EwsSubscriptionError, EwsSubscriptionTimeout, SaveFailed
Instance Attribute Summary (collapse)
-
- (Object) logger
readonly
Returns the value of attribute logger.
Class Method Summary (collapse)
Instance Attribute Details
- (Object) logger (readonly)
Returns the value of attribute logger
31 32 33 |
# File 'lib/viewpoint.rb', line 31 def logger @logger end |
Class Method Details
+ (Object) root_logger
35 36 37 |
# File 'lib/viewpoint.rb', line 35 def self.root_logger Logging.logger.root end |