Module: FuelSDK
- Defined in:
- lib/fuelsdk/rest.rb,
lib/new.rb,
lib/fuelsdk.rb,
lib/fuelsdk/soap.rb,
lib/fuelsdk/utils.rb,
lib/fuelsdk/client.rb,
lib/fuelsdk/objects.rb,
lib/fuelsdk/version.rb,
lib/fuelsdk/http_request.rb
Overview
Copyright © 2013 ExactTarget, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
following conditions are met:
-
Redistributions of source code must retain the above copyright notice, this list of conditions and the
following disclaimer.
-
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
following disclaimer in the documentation and/or other materials provided with the distribution.
-
Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote
products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Defined Under Namespace
Modules: HTTPRequest, Objects, Rest, Soap, Targeting Classes: BounceEvent, Campaign, ClickEvent, Client, ContentArea, DataExtension, DataFolder, Delete, DescribeResponse, ET_BaseObject, ET_BounceEvent, ET_CUDSupport, ET_CUDSupportRest, ET_Campaign, ET_ClickEvent, ET_Client, ET_Constructor, ET_ContentArea, ET_Continue, ET_ContinueRest, ET_CreateWSDL, ET_DataExtension, ET_Delete, ET_DeleteRest, ET_Describe, ET_Email, ET_Folder, ET_Get, ET_GetRest, ET_GetSupport, ET_GetSupportRest, ET_List, ET_OpenEvent, ET_Patch, ET_PatchRest, ET_Post, ET_PostRest, ET_SentEvent, ET_Subscriber, ET_TriggeredSend, ET_UnsubEvent, Email, Folder, Get, HTTPResponse, Import, List, OpenEvent, Patch, Post, ProfileAttribute, Response, RestClient, SentEvent, SoapClient, SoapResponse, Subscriber, TriggeredSend, UnsubEvent
Constant Summary collapse
- VERSION =
"0.0.5"
Class Method Summary collapse
Class Method Details
.format_name_value_pairs(attributes) ⇒ Object
39 40 41 42 43 44 45 46 |
# File 'lib/fuelsdk/utils.rb', line 39 def format_name_value_pairs attributes attrs = [] attributes.each do |name, value| attrs.push 'Name' => name, 'Value' => value end attrs end |