badgeville_berlin 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/.yardoc/checksums CHANGED
@@ -1,17 +1,17 @@
1
- lib/badgeville-berlin.rb 1543d72a75b231f8fa8a7d5b11cf462346b19e12
2
- lib/badgeville-berlin/user.rb b70c2750c03dd6e43a92e577d3ca99e93b3d4393
3
- lib/badgeville-berlin/site.rb eecf141020b23fead4f92b6e53604e8c8fccd51a
4
- lib/badgeville-berlin/group.rb 0c834789d7709714274e97c9f8ace0afd592cc69
5
- lib/badgeville-berlin/track.rb 83a40a1838fc533cf92363f2c04b58192b6456d2
6
- lib/badgeville-berlin/errors.rb 72e69af99f07f0dee3580ba89172c86e3e89e301
7
- lib/badgeville-berlin/config.rb b596e2e690b6b99eba8f5ef64fbb693acbbb0d40
8
- lib/badgeville-berlin/reward.rb 0b2ee38fe0d198f1ad7c06020e0c2d2905321f78
9
- lib/badgeville-berlin/player.rb bedaabc39b28a63e9836c3dcfa29fda509c7f187
10
- lib/badgeville-berlin/logger.rb 3ca3162076ed8de34802f87736caafbb29f62e63
11
- lib/badgeville-berlin/version.rb 9f2de3caf725256bbebd4f6230fd2e20c242a8aa
12
- lib/badgeville-berlin/activity.rb 03ae14bff804e9baa369b47e70768f6c6e57ff05
13
- lib/badgeville-berlin/leaderboard.rb d35917d02a46e9d05abeae463db0f44d931cfbc9
14
- lib/badgeville-berlin/base_resource.rb 707e506beb5b45f72a83d4c51f4518ef9c2d397d
15
- lib/badgeville-berlin/reward_definition.rb f5194f6b3da163e851ff497f379f4e7370363142
16
- lib/badgeville-berlin/activity_definition.rb 8b780f21c343748b012f359492c3a9fc503b4554
17
- lib/badgeville-berlin/formats/badgeville_berlin_json_format.rb c5b6c4a54a35fe13957d318d1f86cfe3bb48dc1d
1
+ lib/badgeville_berlin.rb df239801299f347f73bbc6b8c918ea3c077ec14e
2
+ lib/badgeville_berlin/site.rb eecf141020b23fead4f92b6e53604e8c8fccd51a
3
+ lib/badgeville_berlin/team.rb 57666b86d37f5b0785d0d86d07122cc7e9c5d2ef
4
+ lib/badgeville_berlin/user.rb b70c2750c03dd6e43a92e577d3ca99e93b3d4393
5
+ lib/badgeville_berlin/group.rb 96a4d9c4a0e08b10e198b35d052271bcb49008ed
6
+ lib/badgeville_berlin/track.rb 83a40a1838fc533cf92363f2c04b58192b6456d2
7
+ lib/badgeville_berlin/errors.rb 72e69af99f07f0dee3580ba89172c86e3e89e301
8
+ lib/badgeville_berlin/config.rb f9811e7c85d256f649e88286a5da5dc3e7587716
9
+ lib/badgeville_berlin/reward.rb 0b2ee38fe0d198f1ad7c06020e0c2d2905321f78
10
+ lib/badgeville_berlin/player.rb 413e8b7b7c8425a3facf5bf907cf02ef808cbb5d
11
+ lib/badgeville_berlin/version.rb b93910eca2787ed58ef87a10a73101f193d5b1cf
12
+ lib/badgeville_berlin/activity.rb 03ae14bff804e9baa369b47e70768f6c6e57ff05
13
+ lib/badgeville_berlin/leaderboard.rb d3d88d45f810bd356a573366c200a5f552ccb93e
14
+ lib/badgeville_berlin/base_resource.rb 9e4df4f7b6c36a870d4a7681ebadf3b803cef9b1
15
+ lib/badgeville_berlin/reward_definition.rb 5b4971569dd025904081119f79048b8b2806b8d6
16
+ lib/badgeville_berlin/activity_definition.rb d3a095b6a2b86ef7950fbc4b7cdd439294b29085
17
+ lib/badgeville_berlin/formats/badgeville_berlin_json_format.rb 49b501236c09226d458d62757e661ee508d4f7ad
Binary file
Binary file
data/.yardoc/proxy_types CHANGED
Binary file
data/README.md CHANGED
@@ -155,4 +155,7 @@ You can use the [GitHub issue tracker](https://github.com/badgeville/badgeville-
155
155
  8. Click the GitHub "Pull Request" to submit a pull request. Please do not include changes to the gemspec, version or history file.
156
156
 
157
157
 
158
+ -## Contributors
159
+ -David Czarnecki wrote the initial gem that inspired this wrapper.
160
+
158
161
  Copyright (c) 2012 Badgeville.
data/README_ADVANCED.md CHANGED
@@ -116,5 +116,7 @@ This is an open source Ruby wrapper for interacting with the [Badgeville RESTful
116
116
  ## Dependencies, Installation & Documentation
117
117
  Please see the [Basic README](https://github.com/badgeville/badgeville-ruby/blob/alpha/README.markdown) for details.
118
118
 
119
-
119
+ -## Contributors
120
+ -David Czarnecki wrote the initial gem that inspired this wrapper.
121
+
120
122
  Copyright (c) 2012 Badgeville.
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: BadgevilleBerlin
8
8
 
9
- &mdash; Documentation by YARD 0.7.1
9
+ &mdash; Documentation by YARD 0.8.2.1
10
10
 
11
11
  </title>
12
12
 
@@ -15,10 +15,12 @@
15
15
  <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
+ hasFrames = window.top.frames.main ? true : false;
18
19
  relpath = '';
19
- if (relpath != '') relpath += '/';
20
+ framesUrl = "frames.html#!" + escape(window.location.href);
20
21
  </script>
21
22
 
23
+
22
24
  <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
23
25
 
24
26
  <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
@@ -26,36 +28,41 @@
26
28
 
27
29
  </head>
28
30
  <body>
29
- <script type="text/javascript" charset="utf-8">
30
- if (window.top.frames.main) document.body.className = 'frames';
31
- </script>
32
-
33
31
  <div id="header">
34
32
  <div id="menu">
35
33
 
36
- <a href="_index.html">Index (B)</a> &raquo;
34
+ <a href="_index.html">Index (B)</a> &raquo;
37
35
 
38
36
 
39
37
  <span class="title">BadgevilleBerlin</span>
40
38
 
41
-
39
+
42
40
  <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
43
41
  </div>
44
42
 
45
43
  <div id="search">
46
44
 
47
- <a id="class_list_link" href="#">Class List</a>
45
+ <a class="full_list_link" id="class_list_link"
46
+ href="class_list.html">
47
+ Class List
48
+ </a>
48
49
 
49
- <a id="method_list_link" href="#">Method List</a>
50
+ <a class="full_list_link" id="method_list_link"
51
+ href="method_list.html">
52
+ Method List
53
+ </a>
50
54
 
51
- <a id="file_list_link" href="#">File List</a>
55
+ <a class="full_list_link" id="file_list_link"
56
+ href="file_list.html">
57
+ File List
58
+ </a>
52
59
 
53
60
  </div>
54
61
  <div class="clear"></div>
55
62
  </div>
56
-
63
+
57
64
  <iframe id="search_frame"></iframe>
58
-
65
+
59
66
  <div id="content"><h1>Module: BadgevilleBerlin
60
67
 
61
68
 
@@ -72,8 +79,8 @@
72
79
 
73
80
 
74
81
  <dt class="r1 last">Defined in:</dt>
75
- <dd class="r1 last">lib/badgeville-berlin/user.rb<span class="defines">,<br />
76
- lib/badgeville-berlin.rb,<br /> lib/badgeville-berlin/site.rb,<br /> lib/badgeville-berlin/group.rb,<br /> lib/badgeville-berlin/track.rb,<br /> lib/badgeville-berlin/errors.rb,<br /> lib/badgeville-berlin/config.rb,<br /> lib/badgeville-berlin/reward.rb,<br /> lib/badgeville-berlin/player.rb,<br /> lib/badgeville-berlin/logger.rb,<br /> lib/badgeville-berlin/version.rb,<br /> lib/badgeville-berlin/activity.rb,<br /> lib/badgeville-berlin/leaderboard.rb,<br /> lib/badgeville-berlin/base_resource.rb,<br /> lib/badgeville-berlin/reward_definition.rb,<br /> lib/badgeville-berlin/activity_definition.rb</span>
82
+ <dd class="r1 last">lib/badgeville_berlin/site.rb<span class="defines">,<br />
83
+ lib/badgeville_berlin.rb,<br /> lib/badgeville_berlin/team.rb,<br /> lib/badgeville_berlin/user.rb,<br /> lib/badgeville_berlin/group.rb,<br /> lib/badgeville_berlin/track.rb,<br /> lib/badgeville_berlin/errors.rb,<br /> lib/badgeville_berlin/config.rb,<br /> lib/badgeville_berlin/reward.rb,<br /> lib/badgeville_berlin/player.rb,<br /> lib/badgeville_berlin/version.rb,<br /> lib/badgeville_berlin/activity.rb,<br /> lib/badgeville_berlin/leaderboard.rb,<br /> lib/badgeville_berlin/base_resource.rb,<br /> lib/badgeville_berlin/reward_definition.rb,<br /> lib/badgeville_berlin/activity_definition.rb</span>
77
84
  </dd>
78
85
 
79
86
  </dl>
@@ -90,13 +97,14 @@ Subclasses BaseResource to represent a remote resource model class.
90
97
  </div>
91
98
  <div class="tags">
92
99
 
100
+
93
101
  </div><h2>Defined Under Namespace</h2>
94
102
  <p class="children">
95
-
103
+
96
104
 
97
-
105
+
98
106
 
99
- <strong class="classes">Classes:</strong> <span class='object_link'><a href="BadgevilleBerlin/Activity.html" title="BadgevilleBerlin::Activity (class)">Activity</a></span>, <span class='object_link'><a href="BadgevilleBerlin/ActivityDefinition.html" title="BadgevilleBerlin::ActivityDefinition (class)">ActivityDefinition</a></span>, <span class='object_link'><a href="BadgevilleBerlin/BaseResource.html" title="BadgevilleBerlin::BaseResource (class)">BaseResource</a></span>, <span class='object_link'><a href="BadgevilleBerlin/Config.html" title="BadgevilleBerlin::Config (class)">Config</a></span>, <span class='object_link'><a href="BadgevilleBerlin/Errors.html" title="BadgevilleBerlin::Errors (class)">Errors</a></span>, <span class='object_link'><a href="BadgevilleBerlin/Group.html" title="BadgevilleBerlin::Group (class)">Group</a></span>, <span class='object_link'><a href="BadgevilleBerlin/Leaderboard.html" title="BadgevilleBerlin::Leaderboard (class)">Leaderboard</a></span>, <span class='object_link'><a href="BadgevilleBerlin/Player.html" title="BadgevilleBerlin::Player (class)">Player</a></span>, <span class='object_link'><a href="BadgevilleBerlin/Reward.html" title="BadgevilleBerlin::Reward (class)">Reward</a></span>, <span class='object_link'><a href="BadgevilleBerlin/RewardDefinition.html" title="BadgevilleBerlin::RewardDefinition (class)">RewardDefinition</a></span>, <span class='object_link'><a href="BadgevilleBerlin/Site.html" title="BadgevilleBerlin::Site (class)">Site</a></span>, <span class='object_link'><a href="BadgevilleBerlin/Track.html" title="BadgevilleBerlin::Track (class)">Track</a></span>, <span class='object_link'><a href="BadgevilleBerlin/User.html" title="BadgevilleBerlin::User (class)">User</a></span>
107
+ <strong class="classes">Classes:</strong> <span class='object_link'><a href="BadgevilleBerlin/Activity.html" title="BadgevilleBerlin::Activity (class)">Activity</a></span>, <span class='object_link'><a href="BadgevilleBerlin/ActivityDefinition.html" title="BadgevilleBerlin::ActivityDefinition (class)">ActivityDefinition</a></span>, <span class='object_link'><a href="BadgevilleBerlin/BaseResource.html" title="BadgevilleBerlin::BaseResource (class)">BaseResource</a></span>, <span class='object_link'><a href="BadgevilleBerlin/Config.html" title="BadgevilleBerlin::Config (class)">Config</a></span>, <span class='object_link'><a href="BadgevilleBerlin/Errors.html" title="BadgevilleBerlin::Errors (class)">Errors</a></span>, <span class='object_link'><a href="BadgevilleBerlin/Group.html" title="BadgevilleBerlin::Group (class)">Group</a></span>, <span class='object_link'><a href="BadgevilleBerlin/Leaderboard.html" title="BadgevilleBerlin::Leaderboard (class)">Leaderboard</a></span>, <span class='object_link'><a href="BadgevilleBerlin/Player.html" title="BadgevilleBerlin::Player (class)">Player</a></span>, <span class='object_link'><a href="BadgevilleBerlin/Reward.html" title="BadgevilleBerlin::Reward (class)">Reward</a></span>, <span class='object_link'><a href="BadgevilleBerlin/RewardDefinition.html" title="BadgevilleBerlin::RewardDefinition (class)">RewardDefinition</a></span>, <span class='object_link'><a href="BadgevilleBerlin/Site.html" title="BadgevilleBerlin::Site (class)">Site</a></span>, <span class='object_link'><a href="BadgevilleBerlin/Team.html" title="BadgevilleBerlin::Team (class)">Team</a></span>, <span class='object_link'><a href="BadgevilleBerlin/Track.html" title="BadgevilleBerlin::Track (class)">Track</a></span>, <span class='object_link'><a href="BadgevilleBerlin/User.html" title="BadgevilleBerlin::User (class)">User</a></span>
100
108
 
101
109
 
102
110
  </p>
@@ -108,7 +116,7 @@ Subclasses BaseResource to represent a remote resource model class.
108
116
  <dt id="VERSION-constant" class="">VERSION =
109
117
 
110
118
  </dt>
111
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>0.0.6</span><span class='tstring_end'>&quot;</span></span></pre></dd>
119
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>1.0.5</span><span class='tstring_end'>&quot;</span></span></pre></dd>
112
120
 
113
121
  </dl>
114
122
 
@@ -119,12 +127,14 @@ Subclasses BaseResource to represent a remote resource model class.
119
127
 
120
128
 
121
129
 
130
+
131
+
122
132
  </div>
123
-
133
+
124
134
  <div id="footer">
125
- Generated on Tue Jan 24 14:21:13 2012 by
135
+ Generated on Wed Jan 8 10:43:04 2014 by
126
136
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
127
- 0.7.1 (ruby-1.9.2).
137
+ 0.8.2.1 (ruby-1.9.2).
128
138
  </div>
129
139
 
130
140
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: BadgevilleBerlin::Activity
8
8
 
9
- &mdash; Documentation by YARD 0.7.1
9
+ &mdash; Documentation by YARD 0.8.2.1
10
10
 
11
11
  </title>
12
12
 
@@ -15,10 +15,12 @@
15
15
  <link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
- relpath = '..';
19
- if (relpath != '') relpath += '/';
18
+ hasFrames = window.top.frames.main ? true : false;
19
+ relpath = '../';
20
+ framesUrl = "../frames.html#!" + escape(window.location.href);
20
21
  </script>
21
22
 
23
+
22
24
  <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
23
25
 
24
26
  <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
@@ -26,36 +28,41 @@
26
28
 
27
29
  </head>
28
30
  <body>
29
- <script type="text/javascript" charset="utf-8">
30
- if (window.top.frames.main) document.body.className = 'frames';
31
- </script>
32
-
33
31
  <div id="header">
34
32
  <div id="menu">
35
33
 
36
- <a href="../_index.html">Index (A)</a> &raquo;
34
+ <a href="../_index.html">Index (A)</a> &raquo;
37
35
  <span class='title'><span class='object_link'><a href="../BadgevilleBerlin.html" title="BadgevilleBerlin (module)">BadgevilleBerlin</a></span></span>
38
36
  &raquo;
39
37
  <span class="title">Activity</span>
40
38
 
41
-
39
+
42
40
  <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
43
41
  </div>
44
42
 
45
43
  <div id="search">
46
44
 
47
- <a id="class_list_link" href="#">Class List</a>
45
+ <a class="full_list_link" id="class_list_link"
46
+ href="../class_list.html">
47
+ Class List
48
+ </a>
48
49
 
49
- <a id="method_list_link" href="#">Method List</a>
50
+ <a class="full_list_link" id="method_list_link"
51
+ href="../method_list.html">
52
+ Method List
53
+ </a>
50
54
 
51
- <a id="file_list_link" href="#">File List</a>
55
+ <a class="full_list_link" id="file_list_link"
56
+ href="../file_list.html">
57
+ File List
58
+ </a>
52
59
 
53
60
  </div>
54
61
  <div class="clear"></div>
55
62
  </div>
56
-
63
+
57
64
  <iframe id="search_frame"></iframe>
58
-
65
+
59
66
  <div id="content"><h1>Class: BadgevilleBerlin::Activity
60
67
 
61
68
 
@@ -91,24 +98,26 @@
91
98
 
92
99
 
93
100
  <dt class="r2 last">Defined in:</dt>
94
- <dd class="r2 last">lib/badgeville-berlin/activity.rb</dd>
101
+ <dd class="r2 last">lib/badgeville_berlin/activity.rb</dd>
95
102
 
96
103
  </dl>
97
104
  <div class="clear"></div>
98
105
 
99
106
 
100
-
101
-
102
-
103
-
104
-
107
+ <h2>Constant Summary</h2>
105
108
 
106
109
 
107
110
 
111
+
112
+ <h2>Constant Summary</h2>
108
113
 
109
-
110
-
111
-
114
+ <h3 class="inherited">Constants inherited
115
+ from <span class='object_link'><a href="BaseResource.html" title="BadgevilleBerlin::BaseResource (class)">BaseResource</a></span></h3>
116
+ <p class="inherited"><span class='object_link'><a href="BaseResource.html#COMPLEX_ATTRIBUTES-constant" title="BadgevilleBerlin::BaseResource::COMPLEX_ATTRIBUTES (constant)">BaseResource::COMPLEX_ATTRIBUTES</a></span></p>
117
+
118
+
119
+
120
+
112
121
 
113
122
 
114
123
 
@@ -116,19 +125,26 @@
116
125
 
117
126
 
118
127
 
128
+
119
129
  <h2>Method Summary</h2>
120
130
 
121
131
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="BaseResource.html" title="BadgevilleBerlin::BaseResource (class)">BaseResource</a></span></h3>
122
- <p class="inherited"><span class='object_link'><a href="BaseResource.html#errors-instance_method" title="BadgevilleBerlin::BaseResource#errors (method)">#errors</a></span>, <span class='object_link'><a href="BaseResource.html#load_remote_errors-instance_method" title="BadgevilleBerlin::BaseResource#load_remote_errors (method)">#load_remote_errors</a></span>, <span class='object_link'><a href="BaseResource.html#primary_key-class_method" title="BadgevilleBerlin::BaseResource.primary_key (method)">primary_key</a></span></p>
132
+ <p class="inherited"><span class='object_link'><a href="BaseResource.html#customize_keys_for_request-instance_method" title="BadgevilleBerlin::BaseResource#customize_keys_for_request (method)">#customize_keys_for_request</a></span>, <span class='object_link'><a href="BaseResource.html#encode-instance_method" title="BadgevilleBerlin::BaseResource#encode (method)">#encode</a></span>, <span class='object_link'><a href="BaseResource.html#errors-instance_method" title="BadgevilleBerlin::BaseResource#errors (method)">#errors</a></span>, <span class='object_link'><a href="BaseResource.html#initialize-instance_method" title="BadgevilleBerlin::BaseResource#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="BaseResource.html#load-instance_method" title="BadgevilleBerlin::BaseResource#load (method)">#load</a></span>, <span class='object_link'><a href="BaseResource.html#load_remote_errors-instance_method" title="BadgevilleBerlin::BaseResource#load_remote_errors (method)">#load_remote_errors</a></span>, <span class='object_link'><a href="BaseResource.html#sanitize_request-instance_method" title="BadgevilleBerlin::BaseResource#sanitize_request (method)">#sanitize_request</a></span></p>
123
133
 
134
+ <div id="constructor_details" class="method_details_list">
135
+ <h2>Constructor Details</h2>
136
+
137
+ <p class="notice">This class inherits a constructor from <span class='object_link'><a href="BaseResource.html#initialize-instance_method" title="BadgevilleBerlin::BaseResource#initialize (method)">BadgevilleBerlin::BaseResource</a></span></p>
124
138
 
139
+ </div>
140
+
125
141
 
126
142
  </div>
127
-
143
+
128
144
  <div id="footer">
129
- Generated on Tue Jan 24 14:21:13 2012 by
145
+ Generated on Wed Jan 8 10:43:04 2014 by
130
146
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
131
- 0.7.1 (ruby-1.9.2).
147
+ 0.8.2.1 (ruby-1.9.2).
132
148
  </div>
133
149
 
134
150
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: BadgevilleBerlin::ActivityDefinition
8
8
 
9
- &mdash; Documentation by YARD 0.7.1
9
+ &mdash; Documentation by YARD 0.8.2.1
10
10
 
11
11
  </title>
12
12
 
@@ -15,10 +15,12 @@
15
15
  <link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
- relpath = '..';
19
- if (relpath != '') relpath += '/';
18
+ hasFrames = window.top.frames.main ? true : false;
19
+ relpath = '../';
20
+ framesUrl = "../frames.html#!" + escape(window.location.href);
20
21
  </script>
21
22
 
23
+
22
24
  <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
23
25
 
24
26
  <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
@@ -26,36 +28,41 @@
26
28
 
27
29
  </head>
28
30
  <body>
29
- <script type="text/javascript" charset="utf-8">
30
- if (window.top.frames.main) document.body.className = 'frames';
31
- </script>
32
-
33
31
  <div id="header">
34
32
  <div id="menu">
35
33
 
36
- <a href="../_index.html">Index (A)</a> &raquo;
34
+ <a href="../_index.html">Index (A)</a> &raquo;
37
35
  <span class='title'><span class='object_link'><a href="../BadgevilleBerlin.html" title="BadgevilleBerlin (module)">BadgevilleBerlin</a></span></span>
38
36
  &raquo;
39
37
  <span class="title">ActivityDefinition</span>
40
38
 
41
-
39
+
42
40
  <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
43
41
  </div>
44
42
 
45
43
  <div id="search">
46
44
 
47
- <a id="class_list_link" href="#">Class List</a>
45
+ <a class="full_list_link" id="class_list_link"
46
+ href="../class_list.html">
47
+ Class List
48
+ </a>
48
49
 
49
- <a id="method_list_link" href="#">Method List</a>
50
+ <a class="full_list_link" id="method_list_link"
51
+ href="../method_list.html">
52
+ Method List
53
+ </a>
50
54
 
51
- <a id="file_list_link" href="#">File List</a>
55
+ <a class="full_list_link" id="file_list_link"
56
+ href="../file_list.html">
57
+ File List
58
+ </a>
52
59
 
53
60
  </div>
54
61
  <div class="clear"></div>
55
62
  </div>
56
-
63
+
57
64
  <iframe id="search_frame"></iframe>
58
-
65
+
59
66
  <div id="content"><h1>Class: BadgevilleBerlin::ActivityDefinition
60
67
 
61
68
 
@@ -91,26 +98,32 @@
91
98
 
92
99
 
93
100
  <dt class="r2 last">Defined in:</dt>
94
- <dd class="r2 last">lib/badgeville-berlin/activity_definition.rb</dd>
101
+ <dd class="r2 last">lib/badgeville_berlin/activity_definition.rb</dd>
95
102
 
96
103
  </dl>
97
104
  <div class="clear"></div>
98
105
 
99
106
 
100
-
101
-
102
-
103
-
107
+ <h2>Constant Summary</h2>
104
108
 
109
+ <dl class="constants">
110
+
111
+ <dt id="COMPLEX_ATTRIBUTES-constant" class="">COMPLEX_ATTRIBUTES =
112
+
113
+ </dt>
114
+ <dd><pre class="code">:selector, :adjustment</pre></dd>
115
+
116
+ </dl>
105
117
 
106
118
 
107
119
 
108
-
109
-
110
-
111
-
112
120
 
113
121
 
122
+
123
+
124
+
125
+
126
+
114
127
 
115
128
 
116
129
 
@@ -119,16 +132,22 @@
119
132
  <h2>Method Summary</h2>
120
133
 
121
134
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="BaseResource.html" title="BadgevilleBerlin::BaseResource (class)">BaseResource</a></span></h3>
122
- <p class="inherited"><span class='object_link'><a href="BaseResource.html#errors-instance_method" title="BadgevilleBerlin::BaseResource#errors (method)">#errors</a></span>, <span class='object_link'><a href="BaseResource.html#load_remote_errors-instance_method" title="BadgevilleBerlin::BaseResource#load_remote_errors (method)">#load_remote_errors</a></span>, <span class='object_link'><a href="BaseResource.html#primary_key-class_method" title="BadgevilleBerlin::BaseResource.primary_key (method)">primary_key</a></span></p>
135
+ <p class="inherited"><span class='object_link'><a href="BaseResource.html#customize_keys_for_request-instance_method" title="BadgevilleBerlin::BaseResource#customize_keys_for_request (method)">#customize_keys_for_request</a></span>, <span class='object_link'><a href="BaseResource.html#encode-instance_method" title="BadgevilleBerlin::BaseResource#encode (method)">#encode</a></span>, <span class='object_link'><a href="BaseResource.html#errors-instance_method" title="BadgevilleBerlin::BaseResource#errors (method)">#errors</a></span>, <span class='object_link'><a href="BaseResource.html#initialize-instance_method" title="BadgevilleBerlin::BaseResource#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="BaseResource.html#load-instance_method" title="BadgevilleBerlin::BaseResource#load (method)">#load</a></span>, <span class='object_link'><a href="BaseResource.html#load_remote_errors-instance_method" title="BadgevilleBerlin::BaseResource#load_remote_errors (method)">#load_remote_errors</a></span>, <span class='object_link'><a href="BaseResource.html#sanitize_request-instance_method" title="BadgevilleBerlin::BaseResource#sanitize_request (method)">#sanitize_request</a></span></p>
123
136
 
137
+ <div id="constructor_details" class="method_details_list">
138
+ <h2>Constructor Details</h2>
124
139
 
140
+ <p class="notice">This class inherits a constructor from <span class='object_link'><a href="BaseResource.html#initialize-instance_method" title="BadgevilleBerlin::BaseResource#initialize (method)">BadgevilleBerlin::BaseResource</a></span></p>
141
+
142
+ </div>
143
+
125
144
 
126
145
  </div>
127
-
146
+
128
147
  <div id="footer">
129
- Generated on Tue Jan 24 14:21:13 2012 by
148
+ Generated on Wed Jan 8 10:43:04 2014 by
130
149
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
131
- 0.7.1 (ruby-1.9.2).
150
+ 0.8.2.1 (ruby-1.9.2).
132
151
  </div>
133
152
 
134
153
  </body>