mastercard_merchantretaillocations 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 2a2186a8bf03a43f77e5aa2e78beec1eafd6e083
4
+ data.tar.gz: 877272bd4c52e4829c0258668967421cc30a59d8
5
+ SHA512:
6
+ metadata.gz: 44e96f0af279ef9145269c9fadcc9f12bd390114596d864cb2d3f8161ebc7d7f7f1baa0564a66315795fc8619698baded9c4ed9476c9cd72491b8056a395c875
7
+ data.tar.gz: 7f814cff259e097339425b904e59febf2b60a65fcc85cca28c7e1d4b099fc7b07049d3dd7f5ef9033a5066b7689d869fded99d6fd800350fdba1667c869261d5
@@ -0,0 +1,111 @@
1
+ #
2
+ # Copyright (c) 2016 MasterCard International Incorporated
3
+ # All rights reserved.
4
+ #
5
+ # Redistribution and use in source and binary forms, with or without modification, are
6
+ # permitted provided that the following conditions are met:
7
+ #
8
+ # Redistributions of source code must retain the above copyright notice, this list of
9
+ # conditions and the following disclaimer.
10
+ # Redistributions in binary form must reproduce the above copyright notice, this list of
11
+ # conditions and the following disclaimer in the documentation and/or other materials
12
+ # provided with the distribution.
13
+ # Neither the name of the MasterCard International Incorporated nor the names of its
14
+ # contributors may be used to endorse or promote products derived from this software
15
+ # without specific prior written permission.
16
+ # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
17
+ # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18
+ # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
19
+ # SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
20
+ # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
21
+ # TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
22
+ # OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
23
+ # IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
24
+ # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25
+ # SUCH DAMAGE.
26
+ #
27
+
28
+
29
+ require "mastercard/core/model"
30
+
31
+ module MasterCard
32
+ module API
33
+ module MerchantRetailLocations
34
+ include MasterCard::Core::Model
35
+ class MerchantIndustries < BaseObject
36
+ #
37
+
38
+ def getResourcePath(action)
39
+ #Returns the resource path based on the action
40
+ #@return str
41
+
42
+ action = action.upcase
43
+
44
+ if action == "QUERY"
45
+ return "/upfront/v1/upfront/merchantindustries"
46
+ end
47
+
48
+ raise StandardError.new("Invalid action supplied: #{action.to_s}")
49
+
50
+ end
51
+
52
+ def getHeaderParams(action)
53
+ #Returns a list containing header params
54
+ #@return list
55
+ action = action.upcase
56
+
57
+ if action == "QUERY"
58
+ return []
59
+ end
60
+
61
+ raise StandardError.new("Invalid action supplied: #{action.to_s}")
62
+ end
63
+
64
+ def getQueryParams(action)
65
+ #Returns a list containing query params
66
+ #@return list
67
+ action = action.upcase
68
+
69
+ if action == "QUERY"
70
+ return []
71
+ end
72
+
73
+ raise StandardError.new("Invalid action supplied: #{action.to_s}")
74
+ end
75
+
76
+ def self.getApiVersion
77
+ return "0.0.1"
78
+ end
79
+
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+ def self.query(criteria)
89
+ #
90
+ #Query objects of type MerchantIndustries by id and optional criteria
91
+ #@param type criteria
92
+ #@return MerchantIndustries object representing the response.
93
+ #
94
+
95
+ obj = MerchantIndustries.new(criteria)
96
+ return self.queryObject(obj)
97
+ end
98
+
99
+
100
+
101
+ end
102
+ end
103
+ end
104
+ end
105
+
106
+
107
+
108
+
109
+
110
+
111
+
@@ -0,0 +1,111 @@
1
+ #
2
+ # Copyright (c) 2016 MasterCard International Incorporated
3
+ # All rights reserved.
4
+ #
5
+ # Redistribution and use in source and binary forms, with or without modification, are
6
+ # permitted provided that the following conditions are met:
7
+ #
8
+ # Redistributions of source code must retain the above copyright notice, this list of
9
+ # conditions and the following disclaimer.
10
+ # Redistributions in binary form must reproduce the above copyright notice, this list of
11
+ # conditions and the following disclaimer in the documentation and/or other materials
12
+ # provided with the distribution.
13
+ # Neither the name of the MasterCard International Incorporated nor the names of its
14
+ # contributors may be used to endorse or promote products derived from this software
15
+ # without specific prior written permission.
16
+ # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
17
+ # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18
+ # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
19
+ # SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
20
+ # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
21
+ # TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
22
+ # OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
23
+ # IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
24
+ # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25
+ # SUCH DAMAGE.
26
+ #
27
+
28
+
29
+ require "mastercard/core/model"
30
+
31
+ module MasterCard
32
+ module API
33
+ module MerchantRetailLocations
34
+ include MasterCard::Core::Model
35
+ class RetailUnitMerchants < BaseObject
36
+ #
37
+
38
+ def getResourcePath(action)
39
+ #Returns the resource path based on the action
40
+ #@return str
41
+
42
+ action = action.upcase
43
+
44
+ if action == "QUERY"
45
+ return "/upfront/v1/upfront/retailunitmerchants"
46
+ end
47
+
48
+ raise StandardError.new("Invalid action supplied: #{action.to_s}")
49
+
50
+ end
51
+
52
+ def getHeaderParams(action)
53
+ #Returns a list containing header params
54
+ #@return list
55
+ action = action.upcase
56
+
57
+ if action == "QUERY"
58
+ return []
59
+ end
60
+
61
+ raise StandardError.new("Invalid action supplied: #{action.to_s}")
62
+ end
63
+
64
+ def getQueryParams(action)
65
+ #Returns a list containing query params
66
+ #@return list
67
+ action = action.upcase
68
+
69
+ if action == "QUERY"
70
+ return ["PageOffset","PageLength","RetailUnitType","RetailUnitId","Period","Industry","StreetAddress","City","CountrySubdivision","PostalCode"]
71
+ end
72
+
73
+ raise StandardError.new("Invalid action supplied: #{action.to_s}")
74
+ end
75
+
76
+ def self.getApiVersion
77
+ return "0.0.1"
78
+ end
79
+
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+ def self.query(criteria)
89
+ #
90
+ #Query objects of type RetailUnitMerchants by id and optional criteria
91
+ #@param type criteria
92
+ #@return RetailUnitMerchants object representing the response.
93
+ #
94
+
95
+ obj = RetailUnitMerchants.new(criteria)
96
+ return self.queryObject(obj)
97
+ end
98
+
99
+
100
+
101
+ end
102
+ end
103
+ end
104
+ end
105
+
106
+
107
+
108
+
109
+
110
+
111
+
@@ -0,0 +1,111 @@
1
+ #
2
+ # Copyright (c) 2016 MasterCard International Incorporated
3
+ # All rights reserved.
4
+ #
5
+ # Redistribution and use in source and binary forms, with or without modification, are
6
+ # permitted provided that the following conditions are met:
7
+ #
8
+ # Redistributions of source code must retain the above copyright notice, this list of
9
+ # conditions and the following disclaimer.
10
+ # Redistributions in binary form must reproduce the above copyright notice, this list of
11
+ # conditions and the following disclaimer in the documentation and/or other materials
12
+ # provided with the distribution.
13
+ # Neither the name of the MasterCard International Incorporated nor the names of its
14
+ # contributors may be used to endorse or promote products derived from this software
15
+ # without specific prior written permission.
16
+ # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
17
+ # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18
+ # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
19
+ # SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
20
+ # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
21
+ # TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
22
+ # OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
23
+ # IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
24
+ # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25
+ # SUCH DAMAGE.
26
+ #
27
+
28
+
29
+ require "mastercard/core/model"
30
+
31
+ module MasterCard
32
+ module API
33
+ module MerchantRetailLocations
34
+ include MasterCard::Core::Model
35
+ class RetailUnits < BaseObject
36
+ #
37
+
38
+ def getResourcePath(action)
39
+ #Returns the resource path based on the action
40
+ #@return str
41
+
42
+ action = action.upcase
43
+
44
+ if action == "QUERY"
45
+ return "/upfront/v1/upfront/retailunits"
46
+ end
47
+
48
+ raise StandardError.new("Invalid action supplied: #{action.to_s}")
49
+
50
+ end
51
+
52
+ def getHeaderParams(action)
53
+ #Returns a list containing header params
54
+ #@return list
55
+ action = action.upcase
56
+
57
+ if action == "QUERY"
58
+ return []
59
+ end
60
+
61
+ raise StandardError.new("Invalid action supplied: #{action.to_s}")
62
+ end
63
+
64
+ def getQueryParams(action)
65
+ #Returns a list containing query params
66
+ #@return list
67
+ action = action.upcase
68
+
69
+ if action == "QUERY"
70
+ return ["PageOffset","PageLength","CountryCode","StateId","CountyId","CensusTract","PostalCode","RetailUnitType","RetailUnitId"]
71
+ end
72
+
73
+ raise StandardError.new("Invalid action supplied: #{action.to_s}")
74
+ end
75
+
76
+ def self.getApiVersion
77
+ return "0.0.1"
78
+ end
79
+
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+ def self.query(criteria)
89
+ #
90
+ #Query objects of type RetailUnits by id and optional criteria
91
+ #@param type criteria
92
+ #@return RetailUnits object representing the response.
93
+ #
94
+
95
+ obj = RetailUnits.new(criteria)
96
+ return self.queryObject(obj)
97
+ end
98
+
99
+
100
+
101
+ end
102
+ end
103
+ end
104
+ end
105
+
106
+
107
+
108
+
109
+
110
+
111
+
@@ -0,0 +1,111 @@
1
+ #
2
+ # Copyright (c) 2016 MasterCard International Incorporated
3
+ # All rights reserved.
4
+ #
5
+ # Redistribution and use in source and binary forms, with or without modification, are
6
+ # permitted provided that the following conditions are met:
7
+ #
8
+ # Redistributions of source code must retain the above copyright notice, this list of
9
+ # conditions and the following disclaimer.
10
+ # Redistributions in binary form must reproduce the above copyright notice, this list of
11
+ # conditions and the following disclaimer in the documentation and/or other materials
12
+ # provided with the distribution.
13
+ # Neither the name of the MasterCard International Incorporated nor the names of its
14
+ # contributors may be used to endorse or promote products derived from this software
15
+ # without specific prior written permission.
16
+ # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
17
+ # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18
+ # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
19
+ # SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
20
+ # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
21
+ # TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
22
+ # OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
23
+ # IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
24
+ # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25
+ # SUCH DAMAGE.
26
+ #
27
+
28
+
29
+ require "mastercard/core/model"
30
+
31
+ module MasterCard
32
+ module API
33
+ module MerchantRetailLocations
34
+ include MasterCard::Core::Model
35
+ class RetailUnitsMetrics < BaseObject
36
+ #
37
+
38
+ def getResourcePath(action)
39
+ #Returns the resource path based on the action
40
+ #@return str
41
+
42
+ action = action.upcase
43
+
44
+ if action == "QUERY"
45
+ return "/upfront/v1/upfront/retailunitmetrics"
46
+ end
47
+
48
+ raise StandardError.new("Invalid action supplied: #{action.to_s}")
49
+
50
+ end
51
+
52
+ def getHeaderParams(action)
53
+ #Returns a list containing header params
54
+ #@return list
55
+ action = action.upcase
56
+
57
+ if action == "QUERY"
58
+ return []
59
+ end
60
+
61
+ raise StandardError.new("Invalid action supplied: #{action.to_s}")
62
+ end
63
+
64
+ def getQueryParams(action)
65
+ #Returns a list containing query params
66
+ #@return list
67
+ action = action.upcase
68
+
69
+ if action == "QUERY"
70
+ return ["PageOffset","PageLength","RetailUnitType","RetailUnitId","CompositeIndustry","Period"]
71
+ end
72
+
73
+ raise StandardError.new("Invalid action supplied: #{action.to_s}")
74
+ end
75
+
76
+ def self.getApiVersion
77
+ return "0.0.1"
78
+ end
79
+
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+ def self.query(criteria)
89
+ #
90
+ #Query objects of type RetailUnitsMetrics by id and optional criteria
91
+ #@param type criteria
92
+ #@return RetailUnitsMetrics object representing the response.
93
+ #
94
+
95
+ obj = RetailUnitsMetrics.new(criteria)
96
+ return self.queryObject(obj)
97
+ end
98
+
99
+
100
+
101
+ end
102
+ end
103
+ end
104
+ end
105
+
106
+
107
+
108
+
109
+
110
+
111
+
@@ -0,0 +1,111 @@
1
+ #
2
+ # Copyright (c) 2016 MasterCard International Incorporated
3
+ # All rights reserved.
4
+ #
5
+ # Redistribution and use in source and binary forms, with or without modification, are
6
+ # permitted provided that the following conditions are met:
7
+ #
8
+ # Redistributions of source code must retain the above copyright notice, this list of
9
+ # conditions and the following disclaimer.
10
+ # Redistributions in binary form must reproduce the above copyright notice, this list of
11
+ # conditions and the following disclaimer in the documentation and/or other materials
12
+ # provided with the distribution.
13
+ # Neither the name of the MasterCard International Incorporated nor the names of its
14
+ # contributors may be used to endorse or promote products derived from this software
15
+ # without specific prior written permission.
16
+ # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
17
+ # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18
+ # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
19
+ # SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
20
+ # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
21
+ # TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
22
+ # OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
23
+ # IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
24
+ # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25
+ # SUCH DAMAGE.
26
+ #
27
+
28
+
29
+ require "mastercard/core/model"
30
+
31
+ module MasterCard
32
+ module API
33
+ module MerchantRetailLocations
34
+ include MasterCard::Core::Model
35
+ class Subscriptions < BaseObject
36
+ #
37
+
38
+ def getResourcePath(action)
39
+ #Returns the resource path based on the action
40
+ #@return str
41
+
42
+ action = action.upcase
43
+
44
+ if action == "QUERY"
45
+ return "/upfront/v1/upfront/subscriptions"
46
+ end
47
+
48
+ raise StandardError.new("Invalid action supplied: #{action.to_s}")
49
+
50
+ end
51
+
52
+ def getHeaderParams(action)
53
+ #Returns a list containing header params
54
+ #@return list
55
+ action = action.upcase
56
+
57
+ if action == "QUERY"
58
+ return []
59
+ end
60
+
61
+ raise StandardError.new("Invalid action supplied: #{action.to_s}")
62
+ end
63
+
64
+ def getQueryParams(action)
65
+ #Returns a list containing query params
66
+ #@return list
67
+ action = action.upcase
68
+
69
+ if action == "QUERY"
70
+ return []
71
+ end
72
+
73
+ raise StandardError.new("Invalid action supplied: #{action.to_s}")
74
+ end
75
+
76
+ def self.getApiVersion
77
+ return "0.0.1"
78
+ end
79
+
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+ def self.query(criteria)
89
+ #
90
+ #Query objects of type Subscriptions by id and optional criteria
91
+ #@param type criteria
92
+ #@return Subscriptions object representing the response.
93
+ #
94
+
95
+ obj = Subscriptions.new(criteria)
96
+ return self.queryObject(obj)
97
+ end
98
+
99
+
100
+
101
+ end
102
+ end
103
+ end
104
+ end
105
+
106
+
107
+
108
+
109
+
110
+
111
+
@@ -0,0 +1,6 @@
1
+ require 'mastercard_api_core'
2
+ require 'mastercard/api/merchantretaillocations/merchantindustries'
3
+ require 'mastercard/api/merchantretaillocations/retailunitmerchants'
4
+ require 'mastercard/api/merchantretaillocations/retailunits'
5
+ require 'mastercard/api/merchantretaillocations/retailunitsmetrics'
6
+ require 'mastercard/api/merchantretaillocations/subscriptions'
metadata ADDED
@@ -0,0 +1,84 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mastercard_merchantretaillocations
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - MasterCard Worldwide
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-07-22 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: mastercard_api_core
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: 0.0.3
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 0.0.3
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: 0.0.3
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 0.0.3
33
+ - !ruby/object:Gem::Dependency
34
+ name: ci_reporter_minitest
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ type: :development
41
+ prerelease: false
42
+ version_requirements: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ description: MasterCard MerchantRetailLocations Description
48
+ email:
49
+ - APISupport@mastercard.com
50
+ executables: []
51
+ extensions: []
52
+ extra_rdoc_files: []
53
+ files:
54
+ - lib/mastercard/api/merchantretaillocations/merchantindustries.rb
55
+ - lib/mastercard/api/merchantretaillocations/retailunitmerchants.rb
56
+ - lib/mastercard/api/merchantretaillocations/retailunits.rb
57
+ - lib/mastercard/api/merchantretaillocations/retailunitsmetrics.rb
58
+ - lib/mastercard/api/merchantretaillocations/subscriptions.rb
59
+ - lib/mastercard_merchantretaillocations.rb
60
+ homepage: https://developer.mastercard.com
61
+ licenses:
62
+ - BSD-2-Clause
63
+ metadata: {}
64
+ post_install_message:
65
+ rdoc_options: []
66
+ require_paths:
67
+ - lib
68
+ required_ruby_version: !ruby/object:Gem::Requirement
69
+ requirements:
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: '0'
73
+ required_rubygems_version: !ruby/object:Gem::Requirement
74
+ requirements:
75
+ - - ">="
76
+ - !ruby/object:Gem::Version
77
+ version: '0'
78
+ requirements: []
79
+ rubyforge_project:
80
+ rubygems_version: 2.5.1
81
+ signing_key:
82
+ specification_version: 4
83
+ summary: MasterCard MerchantRetailLocations SDK
84
+ test_files: []