itunes_transporter_generator 0.2 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. data/Gemfile +3 -0
  2. data/LICENSE +19 -0
  3. data/README.md +250 -52
  4. data/doc/Itunes.html +198 -0
  5. data/doc/Itunes/Transporter.html +380 -0
  6. data/doc/Itunes/Transporter/Achievement.html +165 -0
  7. data/doc/Itunes/Transporter/AchievementLocale.html +165 -0
  8. data/doc/Itunes/Transporter/Generator.html +700 -0
  9. data/doc/Itunes/Transporter/Helpers.html +427 -0
  10. data/doc/Itunes/Transporter/InAppPurchase.html +165 -0
  11. data/doc/Itunes/Transporter/Interval.html +165 -0
  12. data/doc/Itunes/Transporter/Leaderboard.html +165 -0
  13. data/doc/Itunes/Transporter/LeaderboardLocale.html +165 -0
  14. data/doc/Itunes/Transporter/Locale.html +256 -0
  15. data/doc/Itunes/Transporter/Product.html +165 -0
  16. data/doc/Itunes/Transporter/PurchaseLocale.html +165 -0
  17. data/doc/Object.html +307 -0
  18. data/doc/Rakefile.html +112 -0
  19. data/doc/bin/itmsp.html +60 -0
  20. data/doc/created.rid +16 -0
  21. data/doc/example/achievements_rb.html +54 -0
  22. data/doc/example/in_app_purchases_rb.html +54 -0
  23. data/doc/example/leaderboards_rb.html +54 -0
  24. data/doc/example/test_rb.html +54 -0
  25. data/doc/images/brick.png +0 -0
  26. data/doc/images/brick_link.png +0 -0
  27. data/doc/images/bug.png +0 -0
  28. data/doc/images/bullet_black.png +0 -0
  29. data/doc/images/bullet_toggle_minus.png +0 -0
  30. data/doc/images/bullet_toggle_plus.png +0 -0
  31. data/doc/images/date.png +0 -0
  32. data/doc/images/find.png +0 -0
  33. data/doc/images/loadingAnimation.gif +0 -0
  34. data/doc/images/macFFBgHack.png +0 -0
  35. data/doc/images/package.png +0 -0
  36. data/doc/images/page_green.png +0 -0
  37. data/doc/images/page_white_text.png +0 -0
  38. data/doc/images/page_white_width.png +0 -0
  39. data/doc/images/plugin.png +0 -0
  40. data/doc/images/ruby.png +0 -0
  41. data/doc/images/tag_green.png +0 -0
  42. data/doc/images/wrench.png +0 -0
  43. data/doc/images/wrench_orange.png +0 -0
  44. data/doc/images/zoom.png +0 -0
  45. data/doc/index.html +110 -0
  46. data/doc/js/darkfish.js +116 -0
  47. data/doc/js/jquery.js +32 -0
  48. data/doc/js/quicksearch.js +114 -0
  49. data/doc/js/thickbox-compressed.js +10 -0
  50. data/doc/lib/itunes/transporter/achievement_rb.html +52 -0
  51. data/doc/lib/itunes/transporter/commands/package_rb.html +54 -0
  52. data/doc/lib/itunes/transporter/commands_rb.html +56 -0
  53. data/doc/lib/itunes/transporter/generator_rb.html +58 -0
  54. data/doc/lib/itunes/transporter/helpers_rb.html +60 -0
  55. data/doc/lib/itunes/transporter/in_app_purchase_rb.html +52 -0
  56. data/doc/lib/itunes/transporter/leaderboard_rb.html +54 -0
  57. data/doc/lib/itunes/transporter/locale_rb.html +52 -0
  58. data/doc/lib/itunes_rb.html +52 -0
  59. data/doc/rdoc.css +763 -0
  60. data/example/config copy.yaml +75 -0
  61. data/example/config.yaml +109 -4
  62. data/example/metadata.xml +201 -0
  63. data/example/sample sku.itmsp/metadata.xml +201 -0
  64. data/example/sample sku.itmsp/test.jpg +0 -0
  65. data/itmsp.gemspec +8 -4
  66. data/lib/itunes.rb +2 -2
  67. data/lib/itunes/transporter.rb +75 -0
  68. data/lib/itunes/transporter/commands.rb +1 -1
  69. data/lib/itunes/transporter/commands/package.rb +12 -9
  70. data/lib/itunes/transporter/generator.rb +291 -191
  71. data/lib/itunes/transporter/helpers.rb +236 -139
  72. data/lib/itunes/transporter/in_app_purchase.rb +16 -23
  73. data/lib/itunes/transporter/leaderboard.rb +0 -36
  74. data/lib/itunes/transporter/locale.rb +11 -11
  75. metadata +81 -7
  76. data/example/achievements.rb +0 -11
  77. data/example/in_app_purchases.rb +0 -9
  78. data/example/leaderboards.rb +0 -12
  79. data/example/test.rb +0 -5
  80. data/lib/itunes/transporter/achievement.rb +0 -9
@@ -0,0 +1,256 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
7
+
8
+ <title>Class: Itunes::Transporter::Locale</title>
9
+
10
+ <link rel="stylesheet" href="../../rdoc.css" type="text/css" media="screen" />
11
+
12
+ <script src="../../js/jquery.js" type="text/javascript" charset="utf-8"></script>
13
+ <script src="../../js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
14
+ <script src="../../js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
15
+ <script src="../../js/darkfish.js" type="text/javascript" charset="utf-8"></script>
16
+
17
+ </head>
18
+ <body id="top" class="class">
19
+
20
+ <div id="metadata">
21
+ <div id="home-metadata">
22
+ <div id="home-section" class="section">
23
+ <h3 class="section-header">
24
+ <a href="../../index.html">Home</a>
25
+ <a href="../../index.html#classes">Classes</a>
26
+ <a href="../../index.html#methods">Methods</a>
27
+ </h3>
28
+ </div>
29
+ </div>
30
+
31
+ <div id="file-metadata">
32
+ <div id="file-list-section" class="section">
33
+ <h3 class="section-header">In Files</h3>
34
+ <div class="section-body">
35
+ <ul>
36
+
37
+ <li><a href="../../lib/itunes/transporter/locale_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
38
+ class="thickbox" title="lib/itunes/transporter/locale.rb">lib/itunes/transporter/locale.rb</a></li>
39
+
40
+ </ul>
41
+ </div>
42
+ </div>
43
+
44
+
45
+ </div>
46
+
47
+ <div id="class-metadata">
48
+
49
+ <!-- Parent Class -->
50
+ <div id="parent-class-section" class="section">
51
+ <h3 class="section-header">Parent</h3>
52
+
53
+ <p class="link"><a href="../../Object.html">Object</a></p>
54
+
55
+ </div>
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+ <!-- Method Quickref -->
64
+ <div id="method-list-section" class="section">
65
+ <h3 class="section-header">Methods</h3>
66
+ <ul class="link-list">
67
+
68
+ <li><a href="#method-c-new">::new</a></li>
69
+
70
+ </ul>
71
+ </div>
72
+
73
+
74
+
75
+ </div>
76
+
77
+ <div id="project-metadata">
78
+
79
+
80
+ <div id="fileindex-section" class="section project-section">
81
+ <h3 class="section-header">Files</h3>
82
+ <ul>
83
+
84
+ <li class="file"><a href="../../Rakefile.html">Rakefile</a></li>
85
+
86
+ </ul>
87
+ </div>
88
+
89
+
90
+ <div id="classindex-section" class="section project-section">
91
+ <h3 class="section-header">Class/Module Index
92
+ <span class="search-toggle"><img src="../../images/find.png"
93
+ height="16" width="16" alt="[+]"
94
+ title="show/hide quicksearch" /></span></h3>
95
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
96
+ <fieldset>
97
+ <legend>Quicksearch</legend>
98
+ <input type="text" name="quicksearch" value=""
99
+ class="quicksearch-field" />
100
+ </fieldset>
101
+ </form>
102
+
103
+ <ul class="link-list">
104
+
105
+ <li><a href="../../Itunes.html">Itunes</a></li>
106
+
107
+ <li><a href="../../Itunes/Transporter.html">Itunes::Transporter</a></li>
108
+
109
+ <li><a href="../../Itunes/Transporter/Achievement.html">Itunes::Transporter::Achievement</a></li>
110
+
111
+ <li><a href="../../Itunes/Transporter/AchievementLocale.html">Itunes::Transporter::AchievementLocale</a></li>
112
+
113
+ <li><a href="../../Itunes/Transporter/Generator.html">Itunes::Transporter::Generator</a></li>
114
+
115
+ <li><a href="../../Itunes/Transporter/Helpers.html">Itunes::Transporter::Helpers</a></li>
116
+
117
+ <li><a href="../../Itunes/Transporter/InAppPurchase.html">Itunes::Transporter::InAppPurchase</a></li>
118
+
119
+ <li><a href="../../Itunes/Transporter/Interval.html">Itunes::Transporter::Interval</a></li>
120
+
121
+ <li><a href="../../Itunes/Transporter/Leaderboard.html">Itunes::Transporter::Leaderboard</a></li>
122
+
123
+ <li><a href="../../Itunes/Transporter/LeaderboardLocale.html">Itunes::Transporter::LeaderboardLocale</a></li>
124
+
125
+ <li><a href="../../Itunes/Transporter/Locale.html">Itunes::Transporter::Locale</a></li>
126
+
127
+ <li><a href="../../Itunes/Transporter/Product.html">Itunes::Transporter::Product</a></li>
128
+
129
+ <li><a href="../../Itunes/Transporter/PurchaseLocale.html">Itunes::Transporter::PurchaseLocale</a></li>
130
+
131
+ <li><a href="../../Object.html">Object</a></li>
132
+
133
+ </ul>
134
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
135
+ </div>
136
+
137
+
138
+ </div>
139
+ </div>
140
+
141
+ <div id="documentation">
142
+ <h1 class="class">Itunes::Transporter::Locale</h1>
143
+
144
+ <div id="description" class="description">
145
+
146
+ </div><!-- description -->
147
+
148
+
149
+
150
+
151
+ <div id="5Buntitled-5D" class="documentation-section">
152
+
153
+
154
+
155
+
156
+
157
+
158
+
159
+ <!-- Attributes -->
160
+ <div id="attribute-method-details" class="method-section section">
161
+ <h3 class="section-header">Attributes</h3>
162
+
163
+
164
+ <div id="language-attribute-method" class="method-detail">
165
+ <a name="language"></a>
166
+
167
+ <a name="language="></a>
168
+
169
+ <div class="method-heading attribute-method-heading">
170
+ <span class="method-name">language</span><span
171
+ class="attribute-access-type">[RW]</span>
172
+ </div>
173
+
174
+ <div class="method-description">
175
+
176
+
177
+
178
+ </div>
179
+ </div>
180
+
181
+ <div id="title-attribute-method" class="method-detail">
182
+ <a name="title"></a>
183
+
184
+ <a name="title="></a>
185
+
186
+ <div class="method-heading attribute-method-heading">
187
+ <span class="method-name">title</span><span
188
+ class="attribute-access-type">[RW]</span>
189
+ </div>
190
+
191
+ <div class="method-description">
192
+
193
+
194
+
195
+ </div>
196
+ </div>
197
+
198
+ </div><!-- attribute-method-details -->
199
+
200
+
201
+ <!-- Methods -->
202
+
203
+ <div id="public-class-method-details" class="method-section section">
204
+ <h3 class="section-header">Public Class Methods</h3>
205
+
206
+
207
+ <div id="new-method" class="method-detail ">
208
+ <a name="method-c-new"></a>
209
+
210
+
211
+ <div class="method-heading">
212
+ <span class="method-name">new</span><span
213
+ class="method-args">(language, title)</span>
214
+ <span class="method-click-advice">click to toggle source</span>
215
+ </div>
216
+
217
+
218
+ <div class="method-description">
219
+
220
+
221
+
222
+
223
+
224
+ <div class="method-source-code" id="new-source">
225
+ <pre>
226
+ <span class="ruby-comment"># File lib/itunes/transporter/locale.rb, line 7</span>
227
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">language</span>, <span class="ruby-identifier">title</span>)
228
+ <span class="ruby-ivar">@language</span> = <span class="ruby-identifier">language</span>
229
+ <span class="ruby-ivar">@title</span> = <span class="ruby-identifier">title</span>
230
+ <span class="ruby-keyword">end</span></pre>
231
+ </div><!-- new-source -->
232
+
233
+ </div>
234
+
235
+
236
+
237
+
238
+ </div><!-- new-method -->
239
+
240
+
241
+ </div><!-- public-class-method-details -->
242
+
243
+ </div><!-- 5Buntitled-5D -->
244
+
245
+
246
+ </div><!-- documentation -->
247
+
248
+ <div id="validator-badges">
249
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
250
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
251
+ Rdoc Generator</a> 2</small>.</p>
252
+ </div>
253
+
254
+ </body>
255
+ </html>
256
+
@@ -0,0 +1,165 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
7
+
8
+ <title>Class: Itunes::Transporter::Product</title>
9
+
10
+ <link rel="stylesheet" href="../../rdoc.css" type="text/css" media="screen" />
11
+
12
+ <script src="../../js/jquery.js" type="text/javascript" charset="utf-8"></script>
13
+ <script src="../../js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
14
+ <script src="../../js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
15
+ <script src="../../js/darkfish.js" type="text/javascript" charset="utf-8"></script>
16
+
17
+ </head>
18
+ <body id="top" class="class">
19
+
20
+ <div id="metadata">
21
+ <div id="home-metadata">
22
+ <div id="home-section" class="section">
23
+ <h3 class="section-header">
24
+ <a href="../../index.html">Home</a>
25
+ <a href="../../index.html#classes">Classes</a>
26
+ <a href="../../index.html#methods">Methods</a>
27
+ </h3>
28
+ </div>
29
+ </div>
30
+
31
+ <div id="file-metadata">
32
+ <div id="file-list-section" class="section">
33
+ <h3 class="section-header">In Files</h3>
34
+ <div class="section-body">
35
+ <ul>
36
+
37
+ <li><a href="../../lib/itunes/transporter/in_app_purchase_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
38
+ class="thickbox" title="lib/itunes/transporter/in_app_purchase.rb">lib/itunes/transporter/in_app_purchase.rb</a></li>
39
+
40
+ </ul>
41
+ </div>
42
+ </div>
43
+
44
+
45
+ </div>
46
+
47
+ <div id="class-metadata">
48
+
49
+ <!-- Parent Class -->
50
+ <div id="parent-class-section" class="section">
51
+ <h3 class="section-header">Parent</h3>
52
+
53
+ <p class="link">Struct.new(:cleared_for_sale, :intervals, :should_remove, :wholesale_price_tier)</p>
54
+
55
+ </div>
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+ </div>
66
+
67
+ <div id="project-metadata">
68
+
69
+
70
+ <div id="fileindex-section" class="section project-section">
71
+ <h3 class="section-header">Files</h3>
72
+ <ul>
73
+
74
+ <li class="file"><a href="../../Rakefile.html">Rakefile</a></li>
75
+
76
+ </ul>
77
+ </div>
78
+
79
+
80
+ <div id="classindex-section" class="section project-section">
81
+ <h3 class="section-header">Class/Module Index
82
+ <span class="search-toggle"><img src="../../images/find.png"
83
+ height="16" width="16" alt="[+]"
84
+ title="show/hide quicksearch" /></span></h3>
85
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
86
+ <fieldset>
87
+ <legend>Quicksearch</legend>
88
+ <input type="text" name="quicksearch" value=""
89
+ class="quicksearch-field" />
90
+ </fieldset>
91
+ </form>
92
+
93
+ <ul class="link-list">
94
+
95
+ <li><a href="../../Itunes.html">Itunes</a></li>
96
+
97
+ <li><a href="../../Itunes/Transporter.html">Itunes::Transporter</a></li>
98
+
99
+ <li><a href="../../Itunes/Transporter/Achievement.html">Itunes::Transporter::Achievement</a></li>
100
+
101
+ <li><a href="../../Itunes/Transporter/AchievementLocale.html">Itunes::Transporter::AchievementLocale</a></li>
102
+
103
+ <li><a href="../../Itunes/Transporter/Generator.html">Itunes::Transporter::Generator</a></li>
104
+
105
+ <li><a href="../../Itunes/Transporter/Helpers.html">Itunes::Transporter::Helpers</a></li>
106
+
107
+ <li><a href="../../Itunes/Transporter/InAppPurchase.html">Itunes::Transporter::InAppPurchase</a></li>
108
+
109
+ <li><a href="../../Itunes/Transporter/Interval.html">Itunes::Transporter::Interval</a></li>
110
+
111
+ <li><a href="../../Itunes/Transporter/Leaderboard.html">Itunes::Transporter::Leaderboard</a></li>
112
+
113
+ <li><a href="../../Itunes/Transporter/LeaderboardLocale.html">Itunes::Transporter::LeaderboardLocale</a></li>
114
+
115
+ <li><a href="../../Itunes/Transporter/Locale.html">Itunes::Transporter::Locale</a></li>
116
+
117
+ <li><a href="../../Itunes/Transporter/Product.html">Itunes::Transporter::Product</a></li>
118
+
119
+ <li><a href="../../Itunes/Transporter/PurchaseLocale.html">Itunes::Transporter::PurchaseLocale</a></li>
120
+
121
+ <li><a href="../../Object.html">Object</a></li>
122
+
123
+ </ul>
124
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
125
+ </div>
126
+
127
+
128
+ </div>
129
+ </div>
130
+
131
+ <div id="documentation">
132
+ <h1 class="class">Itunes::Transporter::Product</h1>
133
+
134
+ <div id="description" class="description">
135
+
136
+ </div><!-- description -->
137
+
138
+
139
+
140
+
141
+ <div id="5Buntitled-5D" class="documentation-section">
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+ <!-- Methods -->
151
+
152
+ </div><!-- 5Buntitled-5D -->
153
+
154
+
155
+ </div><!-- documentation -->
156
+
157
+ <div id="validator-badges">
158
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
159
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
160
+ Rdoc Generator</a> 2</small>.</p>
161
+ </div>
162
+
163
+ </body>
164
+ </html>
165
+
@@ -0,0 +1,165 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
7
+
8
+ <title>Class: Itunes::Transporter::PurchaseLocale</title>
9
+
10
+ <link rel="stylesheet" href="../../rdoc.css" type="text/css" media="screen" />
11
+
12
+ <script src="../../js/jquery.js" type="text/javascript" charset="utf-8"></script>
13
+ <script src="../../js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
14
+ <script src="../../js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
15
+ <script src="../../js/darkfish.js" type="text/javascript" charset="utf-8"></script>
16
+
17
+ </head>
18
+ <body id="top" class="class">
19
+
20
+ <div id="metadata">
21
+ <div id="home-metadata">
22
+ <div id="home-section" class="section">
23
+ <h3 class="section-header">
24
+ <a href="../../index.html">Home</a>
25
+ <a href="../../index.html#classes">Classes</a>
26
+ <a href="../../index.html#methods">Methods</a>
27
+ </h3>
28
+ </div>
29
+ </div>
30
+
31
+ <div id="file-metadata">
32
+ <div id="file-list-section" class="section">
33
+ <h3 class="section-header">In Files</h3>
34
+ <div class="section-body">
35
+ <ul>
36
+
37
+ <li><a href="../../lib/itunes/transporter/in_app_purchase_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
38
+ class="thickbox" title="lib/itunes/transporter/in_app_purchase.rb">lib/itunes/transporter/in_app_purchase.rb</a></li>
39
+
40
+ </ul>
41
+ </div>
42
+ </div>
43
+
44
+
45
+ </div>
46
+
47
+ <div id="class-metadata">
48
+
49
+ <!-- Parent Class -->
50
+ <div id="parent-class-section" class="section">
51
+ <h3 class="section-header">Parent</h3>
52
+
53
+ <p class="link">Struct.new(:name, :title, :description, :publication_name)</p>
54
+
55
+ </div>
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+ </div>
66
+
67
+ <div id="project-metadata">
68
+
69
+
70
+ <div id="fileindex-section" class="section project-section">
71
+ <h3 class="section-header">Files</h3>
72
+ <ul>
73
+
74
+ <li class="file"><a href="../../Rakefile.html">Rakefile</a></li>
75
+
76
+ </ul>
77
+ </div>
78
+
79
+
80
+ <div id="classindex-section" class="section project-section">
81
+ <h3 class="section-header">Class/Module Index
82
+ <span class="search-toggle"><img src="../../images/find.png"
83
+ height="16" width="16" alt="[+]"
84
+ title="show/hide quicksearch" /></span></h3>
85
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
86
+ <fieldset>
87
+ <legend>Quicksearch</legend>
88
+ <input type="text" name="quicksearch" value=""
89
+ class="quicksearch-field" />
90
+ </fieldset>
91
+ </form>
92
+
93
+ <ul class="link-list">
94
+
95
+ <li><a href="../../Itunes.html">Itunes</a></li>
96
+
97
+ <li><a href="../../Itunes/Transporter.html">Itunes::Transporter</a></li>
98
+
99
+ <li><a href="../../Itunes/Transporter/Achievement.html">Itunes::Transporter::Achievement</a></li>
100
+
101
+ <li><a href="../../Itunes/Transporter/AchievementLocale.html">Itunes::Transporter::AchievementLocale</a></li>
102
+
103
+ <li><a href="../../Itunes/Transporter/Generator.html">Itunes::Transporter::Generator</a></li>
104
+
105
+ <li><a href="../../Itunes/Transporter/Helpers.html">Itunes::Transporter::Helpers</a></li>
106
+
107
+ <li><a href="../../Itunes/Transporter/InAppPurchase.html">Itunes::Transporter::InAppPurchase</a></li>
108
+
109
+ <li><a href="../../Itunes/Transporter/Interval.html">Itunes::Transporter::Interval</a></li>
110
+
111
+ <li><a href="../../Itunes/Transporter/Leaderboard.html">Itunes::Transporter::Leaderboard</a></li>
112
+
113
+ <li><a href="../../Itunes/Transporter/LeaderboardLocale.html">Itunes::Transporter::LeaderboardLocale</a></li>
114
+
115
+ <li><a href="../../Itunes/Transporter/Locale.html">Itunes::Transporter::Locale</a></li>
116
+
117
+ <li><a href="../../Itunes/Transporter/Product.html">Itunes::Transporter::Product</a></li>
118
+
119
+ <li><a href="../../Itunes/Transporter/PurchaseLocale.html">Itunes::Transporter::PurchaseLocale</a></li>
120
+
121
+ <li><a href="../../Object.html">Object</a></li>
122
+
123
+ </ul>
124
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
125
+ </div>
126
+
127
+
128
+ </div>
129
+ </div>
130
+
131
+ <div id="documentation">
132
+ <h1 class="class">Itunes::Transporter::PurchaseLocale</h1>
133
+
134
+ <div id="description" class="description">
135
+
136
+ </div><!-- description -->
137
+
138
+
139
+
140
+
141
+ <div id="5Buntitled-5D" class="documentation-section">
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+ <!-- Methods -->
151
+
152
+ </div><!-- 5Buntitled-5D -->
153
+
154
+
155
+ </div><!-- documentation -->
156
+
157
+ <div id="validator-badges">
158
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
159
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
160
+ Rdoc Generator</a> 2</small>.</p>
161
+ </div>
162
+
163
+ </body>
164
+ </html>
165
+