sleeper_rb 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (140) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +15 -0
  3. data/.rspec +3 -0
  4. data/.rubocop.yml +18 -0
  5. data/.travis.yml +8 -0
  6. data/CHANGELOG.md +9 -0
  7. data/CODE_OF_CONDUCT.md +84 -0
  8. data/Gemfile +14 -0
  9. data/Gemfile.lock +91 -0
  10. data/LICENSE.txt +21 -0
  11. data/README.md +92 -0
  12. data/Rakefile +24 -0
  13. data/bin/console +15 -0
  14. data/bin/setup +8 -0
  15. data/docs/SleeperRb/BadRequest.html +106 -0
  16. data/docs/SleeperRb/Client.html +354 -0
  17. data/docs/SleeperRb/NotFound.html +106 -0
  18. data/docs/SleeperRb/RateLimitExceeded.html +106 -0
  19. data/docs/SleeperRb/Resources/Avatar.html +231 -0
  20. data/docs/SleeperRb/Resources/Draft/Metadata.html +419 -0
  21. data/docs/SleeperRb/Resources/Draft/Pick/Metadata.html +346 -0
  22. data/docs/SleeperRb/Resources/Draft/Pick.html +430 -0
  23. data/docs/SleeperRb/Resources/Draft/PickArray.html +108 -0
  24. data/docs/SleeperRb/Resources/Draft/Settings.html +361 -0
  25. data/docs/SleeperRb/Resources/Draft.html +560 -0
  26. data/docs/SleeperRb/Resources/DraftArray.html +198 -0
  27. data/docs/SleeperRb/Resources/League/Matchup.html +349 -0
  28. data/docs/SleeperRb/Resources/League/MatchupArray.html +108 -0
  29. data/docs/SleeperRb/Resources/League/Roster/Settings.html +415 -0
  30. data/docs/SleeperRb/Resources/League/Roster.html +409 -0
  31. data/docs/SleeperRb/Resources/League/RosterArray.html +108 -0
  32. data/docs/SleeperRb/Resources/League/ScoringSettings.html +808 -0
  33. data/docs/SleeperRb/Resources/League/Settings.html +648 -0
  34. data/docs/SleeperRb/Resources/League/Transaction/Metadata.html +119 -0
  35. data/docs/SleeperRb/Resources/League/Transaction/Settings.html +140 -0
  36. data/docs/SleeperRb/Resources/League/Transaction/WaiverBudget.html +292 -0
  37. data/docs/SleeperRb/Resources/League/Transaction.html +679 -0
  38. data/docs/SleeperRb/Resources/League/TransactionArray.html +272 -0
  39. data/docs/SleeperRb/Resources/League.html +688 -0
  40. data/docs/SleeperRb/Resources/LeagueArray.html +272 -0
  41. data/docs/SleeperRb/Resources/NflState.html +252 -0
  42. data/docs/SleeperRb/Resources/Player.html +860 -0
  43. data/docs/SleeperRb/Resources/PlayerArray.html +108 -0
  44. data/docs/SleeperRb/Resources/TradedPick.html +345 -0
  45. data/docs/SleeperRb/Resources/TradedPickArray.html +108 -0
  46. data/docs/SleeperRb/Resources/User/Metadata.html +140 -0
  47. data/docs/SleeperRb/Resources/User.html +406 -0
  48. data/docs/SleeperRb/Resources/UserArray.html +108 -0
  49. data/docs/SleeperRb/Resources.html +99 -0
  50. data/docs/SleeperRb/ServerError.html +106 -0
  51. data/docs/SleeperRb/Utilities/ArrayProxy.html +184 -0
  52. data/docs/SleeperRb/Utilities/Cache/ClassMethods.html +326 -0
  53. data/docs/SleeperRb/Utilities/Cache.html +253 -0
  54. data/docs/SleeperRb/Utilities/Request.html +120 -0
  55. data/docs/SleeperRb/Utilities/RosterPosition.html +239 -0
  56. data/docs/SleeperRb/Utilities.html +99 -0
  57. data/docs/SleeperRb.html +113 -0
  58. data/docs/created.rid +38 -0
  59. data/docs/css/fonts.css +167 -0
  60. data/docs/css/rdoc.css +619 -0
  61. data/docs/fonts/Lato-Light.ttf +0 -0
  62. data/docs/fonts/Lato-LightItalic.ttf +0 -0
  63. data/docs/fonts/Lato-Regular.ttf +0 -0
  64. data/docs/fonts/Lato-RegularItalic.ttf +0 -0
  65. data/docs/fonts/SourceCodePro-Bold.ttf +0 -0
  66. data/docs/fonts/SourceCodePro-Regular.ttf +0 -0
  67. data/docs/images/add.png +0 -0
  68. data/docs/images/arrow_up.png +0 -0
  69. data/docs/images/brick.png +0 -0
  70. data/docs/images/brick_link.png +0 -0
  71. data/docs/images/bug.png +0 -0
  72. data/docs/images/bullet_black.png +0 -0
  73. data/docs/images/bullet_toggle_minus.png +0 -0
  74. data/docs/images/bullet_toggle_plus.png +0 -0
  75. data/docs/images/date.png +0 -0
  76. data/docs/images/delete.png +0 -0
  77. data/docs/images/find.png +0 -0
  78. data/docs/images/loadingAnimation.gif +0 -0
  79. data/docs/images/macFFBgHack.png +0 -0
  80. data/docs/images/package.png +0 -0
  81. data/docs/images/page_green.png +0 -0
  82. data/docs/images/page_white_text.png +0 -0
  83. data/docs/images/page_white_width.png +0 -0
  84. data/docs/images/plugin.png +0 -0
  85. data/docs/images/ruby.png +0 -0
  86. data/docs/images/tag_blue.png +0 -0
  87. data/docs/images/tag_green.png +0 -0
  88. data/docs/images/transparent.png +0 -0
  89. data/docs/images/wrench.png +0 -0
  90. data/docs/images/wrench_orange.png +0 -0
  91. data/docs/images/zoom.png +0 -0
  92. data/docs/index.html +171 -0
  93. data/docs/js/darkfish.js +84 -0
  94. data/docs/js/navigation.js +105 -0
  95. data/docs/js/navigation.js.gz +0 -0
  96. data/docs/js/search.js +110 -0
  97. data/docs/js/search_index.js +1 -0
  98. data/docs/js/search_index.js.gz +0 -0
  99. data/docs/js/searcher.js +229 -0
  100. data/docs/js/searcher.js.gz +0 -0
  101. data/docs/table_of_contents.html +770 -0
  102. data/lib/sleeper_rb/client.rb +80 -0
  103. data/lib/sleeper_rb/resources/avatar.rb +43 -0
  104. data/lib/sleeper_rb/resources/draft/metadata.rb +83 -0
  105. data/lib/sleeper_rb/resources/draft/pick/metadata.rb +64 -0
  106. data/lib/sleeper_rb/resources/draft/pick.rb +85 -0
  107. data/lib/sleeper_rb/resources/draft/pick_array.rb +11 -0
  108. data/lib/sleeper_rb/resources/draft/settings.rb +73 -0
  109. data/lib/sleeper_rb/resources/draft.rb +129 -0
  110. data/lib/sleeper_rb/resources/draft_array.rb +25 -0
  111. data/lib/sleeper_rb/resources/league/matchup.rb +66 -0
  112. data/lib/sleeper_rb/resources/league/matchup_array.rb +11 -0
  113. data/lib/sleeper_rb/resources/league/roster/settings.rb +76 -0
  114. data/lib/sleeper_rb/resources/league/roster.rb +73 -0
  115. data/lib/sleeper_rb/resources/league/roster_array.rb +11 -0
  116. data/lib/sleeper_rb/resources/league/scoring_settings.rb +172 -0
  117. data/lib/sleeper_rb/resources/league/settings.rb +148 -0
  118. data/lib/sleeper_rb/resources/league/transaction/metadata.rb +22 -0
  119. data/lib/sleeper_rb/resources/league/transaction/settings.rb +22 -0
  120. data/lib/sleeper_rb/resources/league/transaction/waiver_budget.rb +52 -0
  121. data/lib/sleeper_rb/resources/league/transaction.rb +153 -0
  122. data/lib/sleeper_rb/resources/league/transaction_array.rb +43 -0
  123. data/lib/sleeper_rb/resources/league.rb +197 -0
  124. data/lib/sleeper_rb/resources/league_array.rb +41 -0
  125. data/lib/sleeper_rb/resources/nfl_state.rb +51 -0
  126. data/lib/sleeper_rb/resources/player.rb +189 -0
  127. data/lib/sleeper_rb/resources/player_array.rb +16 -0
  128. data/lib/sleeper_rb/resources/traded_pick.rb +63 -0
  129. data/lib/sleeper_rb/resources/traded_pick_array.rb +9 -0
  130. data/lib/sleeper_rb/resources/user/metadata.rb +20 -0
  131. data/lib/sleeper_rb/resources/user.rb +104 -0
  132. data/lib/sleeper_rb/resources/user_array.rb +9 -0
  133. data/lib/sleeper_rb/utilities/array_proxy.rb +47 -0
  134. data/lib/sleeper_rb/utilities/cache.rb +132 -0
  135. data/lib/sleeper_rb/utilities/request.rb +42 -0
  136. data/lib/sleeper_rb/utilities/roster_position.rb +30 -0
  137. data/lib/sleeper_rb/version.rb +5 -0
  138. data/lib/sleeper_rb.rb +15 -0
  139. data/sleeper_rb.gemspec +35 -0
  140. metadata +185 -0
@@ -0,0 +1,808 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>class SleeperRb::Resources::League::ScoringSettings - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "../../../";
11
+ var index_rel_prefix = "../../../";
12
+ </script>
13
+
14
+ <script src="../../../js/navigation.js" defer></script>
15
+ <script src="../../../js/search.js" defer></script>
16
+ <script src="../../../js/search_index.js" defer></script>
17
+ <script src="../../../js/searcher.js" defer></script>
18
+ <script src="../../../js/darkfish.js" defer></script>
19
+
20
+ <link href="../../../css/fonts.css" rel="stylesheet">
21
+ <link href="../../../css/rdoc.css" rel="stylesheet">
22
+
23
+
24
+
25
+
26
+ <body id="top" role="document" class="class">
27
+ <nav role="navigation">
28
+ <div id="project-navigation">
29
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
30
+ <h2>
31
+ <a href="../../../index.html" rel="home">Home</a>
32
+ </h2>
33
+
34
+ <div id="table-of-contents-navigation">
35
+ <a href="../../../table_of_contents.html#pages">Pages</a>
36
+ <a href="../../../table_of_contents.html#classes">Classes</a>
37
+ <a href="../../../table_of_contents.html#methods">Methods</a>
38
+ </div>
39
+ </div>
40
+
41
+ <div id="search-section" role="search" class="project-section initially-hidden">
42
+ <form action="#" method="get" accept-charset="utf-8">
43
+ <div id="search-field-wrapper">
44
+ <input id="search-field" role="combobox" aria-label="Search"
45
+ aria-autocomplete="list" aria-controls="search-results"
46
+ type="text" name="search" placeholder="Search" spellcheck="false"
47
+ title="Type to search, Up and Down to navigate, Enter to load">
48
+ </div>
49
+
50
+ <ul id="search-results" aria-label="Search Results"
51
+ aria-busy="false" aria-expanded="false"
52
+ aria-atomic="false" class="initially-hidden"></ul>
53
+ </form>
54
+ </div>
55
+
56
+ </div>
57
+
58
+
59
+
60
+ <div id="class-metadata">
61
+
62
+ <div id="parent-class-section" class="nav-section">
63
+ <h3>Parent</h3>
64
+
65
+
66
+ <p class="link">Object
67
+
68
+ </div>
69
+
70
+ <div id="includes-section" class="nav-section">
71
+ <h3>Included Modules</h3>
72
+
73
+ <ul class="link-list">
74
+
75
+
76
+ <li><a class="include" href="../../Utilities/Cache.html">SleeperRb::Utilities::Cache</a>
77
+
78
+
79
+ </ul>
80
+ </div>
81
+
82
+
83
+ <!-- Method Quickref -->
84
+ <div id="method-list-section" class="nav-section">
85
+ <h3>Methods</h3>
86
+
87
+ <ul class="link-list" role="directory">
88
+
89
+ <li ><a href="#method-i-half_ppr-3F">#half_ppr?</a>
90
+
91
+ <li ><a href="#method-i-ppr-3F">#ppr?</a>
92
+
93
+ <li ><a href="#method-i-standard-3F">#standard?</a>
94
+
95
+ </ul>
96
+ </div>
97
+
98
+ </div>
99
+ </nav>
100
+
101
+ <main role="main" aria-labelledby="class-SleeperRb::Resources::League::ScoringSettings">
102
+ <h1 id="class-SleeperRb::Resources::League::ScoringSettings" class="class">
103
+ class SleeperRb::Resources::League::ScoringSettings
104
+ </h1>
105
+
106
+ <section class="description">
107
+
108
+ <p>Scoring settings for a <a href="../League.html"><code>League</code></a> instance</p>
109
+
110
+ </section>
111
+
112
+
113
+ <section id="5Buntitled-5D" class="documentation-section">
114
+
115
+
116
+
117
+
118
+
119
+ <section class="constants-list">
120
+ <header>
121
+ <h3>Constants</h3>
122
+ </header>
123
+ <dl>
124
+
125
+ <dt id="FIELDS">FIELDS
126
+
127
+ <dd><p>rubocop:disable Naming/VariableNumber</p>
128
+
129
+
130
+ </dl>
131
+ </section>
132
+
133
+
134
+
135
+ <section class="attribute-method-details" class="method-section">
136
+ <header>
137
+ <h3>Attributes</h3>
138
+ </header>
139
+
140
+
141
+ <div id="attribute-i-blk_kick" class="method-detail">
142
+ <div class="method-heading attribute-method-heading">
143
+ <span class="method-name">blk_kick</span><span
144
+ class="attribute-access-type">[R]</span>
145
+ </div>
146
+
147
+ <div class="method-description">
148
+
149
+
150
+
151
+ </div>
152
+ </div>
153
+
154
+ <div id="attribute-i-def_st_ff" class="method-detail">
155
+ <div class="method-heading attribute-method-heading">
156
+ <span class="method-name">def_st_ff</span><span
157
+ class="attribute-access-type">[R]</span>
158
+ </div>
159
+
160
+ <div class="method-description">
161
+
162
+
163
+
164
+ </div>
165
+ </div>
166
+
167
+ <div id="attribute-i-def_st_fum_rec" class="method-detail">
168
+ <div class="method-heading attribute-method-heading">
169
+ <span class="method-name">def_st_fum_rec</span><span
170
+ class="attribute-access-type">[R]</span>
171
+ </div>
172
+
173
+ <div class="method-description">
174
+
175
+
176
+
177
+ </div>
178
+ </div>
179
+
180
+ <div id="attribute-i-def_st_td" class="method-detail">
181
+ <div class="method-heading attribute-method-heading">
182
+ <span class="method-name">def_st_td</span><span
183
+ class="attribute-access-type">[R]</span>
184
+ </div>
185
+
186
+ <div class="method-description">
187
+
188
+
189
+
190
+ </div>
191
+ </div>
192
+
193
+ <div id="attribute-i-def_td" class="method-detail">
194
+ <div class="method-heading attribute-method-heading">
195
+ <span class="method-name">def_td</span><span
196
+ class="attribute-access-type">[R]</span>
197
+ </div>
198
+
199
+ <div class="method-description">
200
+
201
+
202
+
203
+ </div>
204
+ </div>
205
+
206
+ <div id="attribute-i-ff" class="method-detail">
207
+ <div class="method-heading attribute-method-heading">
208
+ <span class="method-name">ff</span><span
209
+ class="attribute-access-type">[R]</span>
210
+ </div>
211
+
212
+ <div class="method-description">
213
+
214
+
215
+
216
+ </div>
217
+ </div>
218
+
219
+ <div id="attribute-i-fgm_0_19" class="method-detail">
220
+ <div class="method-heading attribute-method-heading">
221
+ <span class="method-name">fgm_0_19</span><span
222
+ class="attribute-access-type">[R]</span>
223
+ </div>
224
+
225
+ <div class="method-description">
226
+
227
+
228
+
229
+ </div>
230
+ </div>
231
+
232
+ <div id="attribute-i-fgm_20_29" class="method-detail">
233
+ <div class="method-heading attribute-method-heading">
234
+ <span class="method-name">fgm_20_29</span><span
235
+ class="attribute-access-type">[R]</span>
236
+ </div>
237
+
238
+ <div class="method-description">
239
+
240
+
241
+
242
+ </div>
243
+ </div>
244
+
245
+ <div id="attribute-i-fgm_30_39" class="method-detail">
246
+ <div class="method-heading attribute-method-heading">
247
+ <span class="method-name">fgm_30_39</span><span
248
+ class="attribute-access-type">[R]</span>
249
+ </div>
250
+
251
+ <div class="method-description">
252
+
253
+
254
+
255
+ </div>
256
+ </div>
257
+
258
+ <div id="attribute-i-fgm_40_49" class="method-detail">
259
+ <div class="method-heading attribute-method-heading">
260
+ <span class="method-name">fgm_40_49</span><span
261
+ class="attribute-access-type">[R]</span>
262
+ </div>
263
+
264
+ <div class="method-description">
265
+
266
+
267
+
268
+ </div>
269
+ </div>
270
+
271
+ <div id="attribute-i-fgm_50p" class="method-detail">
272
+ <div class="method-heading attribute-method-heading">
273
+ <span class="method-name">fgm_50p</span><span
274
+ class="attribute-access-type">[R]</span>
275
+ </div>
276
+
277
+ <div class="method-description">
278
+
279
+
280
+
281
+ </div>
282
+ </div>
283
+
284
+ <div id="attribute-i-fgmiss" class="method-detail">
285
+ <div class="method-heading attribute-method-heading">
286
+ <span class="method-name">fgmiss</span><span
287
+ class="attribute-access-type">[R]</span>
288
+ </div>
289
+
290
+ <div class="method-description">
291
+
292
+
293
+
294
+ </div>
295
+ </div>
296
+
297
+ <div id="attribute-i-fum" class="method-detail">
298
+ <div class="method-heading attribute-method-heading">
299
+ <span class="method-name">fum</span><span
300
+ class="attribute-access-type">[R]</span>
301
+ </div>
302
+
303
+ <div class="method-description">
304
+
305
+
306
+
307
+ </div>
308
+ </div>
309
+
310
+ <div id="attribute-i-fum_lost" class="method-detail">
311
+ <div class="method-heading attribute-method-heading">
312
+ <span class="method-name">fum_lost</span><span
313
+ class="attribute-access-type">[R]</span>
314
+ </div>
315
+
316
+ <div class="method-description">
317
+
318
+
319
+
320
+ </div>
321
+ </div>
322
+
323
+ <div id="attribute-i-fum_rec" class="method-detail">
324
+ <div class="method-heading attribute-method-heading">
325
+ <span class="method-name">fum_rec</span><span
326
+ class="attribute-access-type">[R]</span>
327
+ </div>
328
+
329
+ <div class="method-description">
330
+
331
+
332
+
333
+ </div>
334
+ </div>
335
+
336
+ <div id="attribute-i-fum_rec_td" class="method-detail">
337
+ <div class="method-heading attribute-method-heading">
338
+ <span class="method-name">fum_rec_td</span><span
339
+ class="attribute-access-type">[R]</span>
340
+ </div>
341
+
342
+ <div class="method-description">
343
+
344
+
345
+
346
+ </div>
347
+ </div>
348
+
349
+ <div id="attribute-i-int" class="method-detail">
350
+ <div class="method-heading attribute-method-heading">
351
+ <span class="method-name">int</span><span
352
+ class="attribute-access-type">[R]</span>
353
+ </div>
354
+
355
+ <div class="method-description">
356
+
357
+
358
+
359
+ </div>
360
+ </div>
361
+
362
+ <div id="attribute-i-pass_2pt" class="method-detail">
363
+ <div class="method-heading attribute-method-heading">
364
+ <span class="method-name">pass_2pt</span><span
365
+ class="attribute-access-type">[R]</span>
366
+ </div>
367
+
368
+ <div class="method-description">
369
+
370
+
371
+
372
+ </div>
373
+ </div>
374
+
375
+ <div id="attribute-i-pass_int" class="method-detail">
376
+ <div class="method-heading attribute-method-heading">
377
+ <span class="method-name">pass_int</span><span
378
+ class="attribute-access-type">[R]</span>
379
+ </div>
380
+
381
+ <div class="method-description">
382
+
383
+
384
+
385
+ </div>
386
+ </div>
387
+
388
+ <div id="attribute-i-pass_td" class="method-detail">
389
+ <div class="method-heading attribute-method-heading">
390
+ <span class="method-name">pass_td</span><span
391
+ class="attribute-access-type">[R]</span>
392
+ </div>
393
+
394
+ <div class="method-description">
395
+
396
+
397
+
398
+ </div>
399
+ </div>
400
+
401
+ <div id="attribute-i-pass_yd" class="method-detail">
402
+ <div class="method-heading attribute-method-heading">
403
+ <span class="method-name">pass_yd</span><span
404
+ class="attribute-access-type">[R]</span>
405
+ </div>
406
+
407
+ <div class="method-description">
408
+
409
+
410
+
411
+ </div>
412
+ </div>
413
+
414
+ <div id="attribute-i-pts_allow_0" class="method-detail">
415
+ <div class="method-heading attribute-method-heading">
416
+ <span class="method-name">pts_allow_0</span><span
417
+ class="attribute-access-type">[R]</span>
418
+ </div>
419
+
420
+ <div class="method-description">
421
+
422
+
423
+
424
+ </div>
425
+ </div>
426
+
427
+ <div id="attribute-i-pts_allow_14_20" class="method-detail">
428
+ <div class="method-heading attribute-method-heading">
429
+ <span class="method-name">pts_allow_14_20</span><span
430
+ class="attribute-access-type">[R]</span>
431
+ </div>
432
+
433
+ <div class="method-description">
434
+
435
+
436
+
437
+ </div>
438
+ </div>
439
+
440
+ <div id="attribute-i-pts_allow_1_6" class="method-detail">
441
+ <div class="method-heading attribute-method-heading">
442
+ <span class="method-name">pts_allow_1_6</span><span
443
+ class="attribute-access-type">[R]</span>
444
+ </div>
445
+
446
+ <div class="method-description">
447
+
448
+
449
+
450
+ </div>
451
+ </div>
452
+
453
+ <div id="attribute-i-pts_allow_21_27" class="method-detail">
454
+ <div class="method-heading attribute-method-heading">
455
+ <span class="method-name">pts_allow_21_27</span><span
456
+ class="attribute-access-type">[R]</span>
457
+ </div>
458
+
459
+ <div class="method-description">
460
+
461
+
462
+
463
+ </div>
464
+ </div>
465
+
466
+ <div id="attribute-i-pts_allow_28_34" class="method-detail">
467
+ <div class="method-heading attribute-method-heading">
468
+ <span class="method-name">pts_allow_28_34</span><span
469
+ class="attribute-access-type">[R]</span>
470
+ </div>
471
+
472
+ <div class="method-description">
473
+
474
+
475
+
476
+ </div>
477
+ </div>
478
+
479
+ <div id="attribute-i-pts_allow_35p" class="method-detail">
480
+ <div class="method-heading attribute-method-heading">
481
+ <span class="method-name">pts_allow_35p</span><span
482
+ class="attribute-access-type">[R]</span>
483
+ </div>
484
+
485
+ <div class="method-description">
486
+
487
+
488
+
489
+ </div>
490
+ </div>
491
+
492
+ <div id="attribute-i-pts_allow_7_13" class="method-detail">
493
+ <div class="method-heading attribute-method-heading">
494
+ <span class="method-name">pts_allow_7_13</span><span
495
+ class="attribute-access-type">[R]</span>
496
+ </div>
497
+
498
+ <div class="method-description">
499
+
500
+
501
+
502
+ </div>
503
+ </div>
504
+
505
+ <div id="attribute-i-rec" class="method-detail">
506
+ <div class="method-heading attribute-method-heading">
507
+ <span class="method-name">rec</span><span
508
+ class="attribute-access-type">[R]</span>
509
+ </div>
510
+
511
+ <div class="method-description">
512
+
513
+
514
+
515
+ </div>
516
+ </div>
517
+
518
+ <div id="attribute-i-rec_2pt" class="method-detail">
519
+ <div class="method-heading attribute-method-heading">
520
+ <span class="method-name">rec_2pt</span><span
521
+ class="attribute-access-type">[R]</span>
522
+ </div>
523
+
524
+ <div class="method-description">
525
+
526
+
527
+
528
+ </div>
529
+ </div>
530
+
531
+ <div id="attribute-i-rec_td" class="method-detail">
532
+ <div class="method-heading attribute-method-heading">
533
+ <span class="method-name">rec_td</span><span
534
+ class="attribute-access-type">[R]</span>
535
+ </div>
536
+
537
+ <div class="method-description">
538
+
539
+
540
+
541
+ </div>
542
+ </div>
543
+
544
+ <div id="attribute-i-rec_yd" class="method-detail">
545
+ <div class="method-heading attribute-method-heading">
546
+ <span class="method-name">rec_yd</span><span
547
+ class="attribute-access-type">[R]</span>
548
+ </div>
549
+
550
+ <div class="method-description">
551
+
552
+
553
+
554
+ </div>
555
+ </div>
556
+
557
+ <div id="attribute-i-rush_2pt" class="method-detail">
558
+ <div class="method-heading attribute-method-heading">
559
+ <span class="method-name">rush_2pt</span><span
560
+ class="attribute-access-type">[R]</span>
561
+ </div>
562
+
563
+ <div class="method-description">
564
+
565
+
566
+
567
+ </div>
568
+ </div>
569
+
570
+ <div id="attribute-i-rush_td" class="method-detail">
571
+ <div class="method-heading attribute-method-heading">
572
+ <span class="method-name">rush_td</span><span
573
+ class="attribute-access-type">[R]</span>
574
+ </div>
575
+
576
+ <div class="method-description">
577
+
578
+
579
+
580
+ </div>
581
+ </div>
582
+
583
+ <div id="attribute-i-rush_yd" class="method-detail">
584
+ <div class="method-heading attribute-method-heading">
585
+ <span class="method-name">rush_yd</span><span
586
+ class="attribute-access-type">[R]</span>
587
+ </div>
588
+
589
+ <div class="method-description">
590
+
591
+
592
+
593
+ </div>
594
+ </div>
595
+
596
+ <div id="attribute-i-sack" class="method-detail">
597
+ <div class="method-heading attribute-method-heading">
598
+ <span class="method-name">sack</span><span
599
+ class="attribute-access-type">[R]</span>
600
+ </div>
601
+
602
+ <div class="method-description">
603
+
604
+
605
+
606
+ </div>
607
+ </div>
608
+
609
+ <div id="attribute-i-safe" class="method-detail">
610
+ <div class="method-heading attribute-method-heading">
611
+ <span class="method-name">safe</span><span
612
+ class="attribute-access-type">[R]</span>
613
+ </div>
614
+
615
+ <div class="method-description">
616
+
617
+
618
+
619
+ </div>
620
+ </div>
621
+
622
+ <div id="attribute-i-st_d" class="method-detail">
623
+ <div class="method-heading attribute-method-heading">
624
+ <span class="method-name">st_d</span><span
625
+ class="attribute-access-type">[R]</span>
626
+ </div>
627
+
628
+ <div class="method-description">
629
+
630
+
631
+
632
+ </div>
633
+ </div>
634
+
635
+ <div id="attribute-i-st_ff" class="method-detail">
636
+ <div class="method-heading attribute-method-heading">
637
+ <span class="method-name">st_ff</span><span
638
+ class="attribute-access-type">[R]</span>
639
+ </div>
640
+
641
+ <div class="method-description">
642
+
643
+
644
+
645
+ </div>
646
+ </div>
647
+
648
+ <div id="attribute-i-st_fum_rec" class="method-detail">
649
+ <div class="method-heading attribute-method-heading">
650
+ <span class="method-name">st_fum_rec</span><span
651
+ class="attribute-access-type">[R]</span>
652
+ </div>
653
+
654
+ <div class="method-description">
655
+
656
+
657
+
658
+ </div>
659
+ </div>
660
+
661
+ <div id="attribute-i-xpm" class="method-detail">
662
+ <div class="method-heading attribute-method-heading">
663
+ <span class="method-name">xpm</span><span
664
+ class="attribute-access-type">[R]</span>
665
+ </div>
666
+
667
+ <div class="method-description">
668
+
669
+
670
+
671
+ </div>
672
+ </div>
673
+
674
+ <div id="attribute-i-xpmiss" class="method-detail">
675
+ <div class="method-heading attribute-method-heading">
676
+ <span class="method-name">xpmiss</span><span
677
+ class="attribute-access-type">[R]</span>
678
+ </div>
679
+
680
+ <div class="method-description">
681
+
682
+
683
+
684
+ </div>
685
+ </div>
686
+
687
+ </section>
688
+
689
+
690
+
691
+ <section id="public-instance-5Buntitled-5D-method-details" class="method-section">
692
+ <header>
693
+ <h3>Public Instance Methods</h3>
694
+ </header>
695
+
696
+
697
+ <div id="method-i-half_ppr-3F" class="method-detail ">
698
+
699
+ <div class="method-heading">
700
+ <span class="method-name">half_ppr?</span><span
701
+ class="method-args">()</span>
702
+
703
+ <span class="method-click-advice">click to toggle source</span>
704
+
705
+ </div>
706
+
707
+
708
+ <div class="method-description">
709
+
710
+ <p>@return [Boolean] If league uses Half-PPR scoring</p>
711
+
712
+
713
+
714
+
715
+ <div class="method-source-code" id="half_ppr-3F-source">
716
+ <pre><span class="ruby-comment"># File lib/sleeper_rb/resources/league/scoring_settings.rb, line 160</span>
717
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">half_ppr?</span>
718
+ <span class="ruby-identifier">rec</span> <span class="ruby-operator">&gt;</span> <span class="ruby-value">0.0</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">rec</span> <span class="ruby-operator">&lt;</span> <span class="ruby-value">1.0</span>
719
+ <span class="ruby-keyword">end</span></pre>
720
+ </div>
721
+
722
+ </div>
723
+
724
+
725
+
726
+
727
+ </div>
728
+
729
+
730
+ <div id="method-i-ppr-3F" class="method-detail ">
731
+
732
+ <div class="method-heading">
733
+ <span class="method-name">ppr?</span><span
734
+ class="method-args">()</span>
735
+
736
+ <span class="method-click-advice">click to toggle source</span>
737
+
738
+ </div>
739
+
740
+
741
+ <div class="method-description">
742
+
743
+ <p>@return [Boolean] If league uses PPR scoring</p>
744
+
745
+
746
+
747
+
748
+ <div class="method-source-code" id="ppr-3F-source">
749
+ <pre><span class="ruby-comment"># File lib/sleeper_rb/resources/league/scoring_settings.rb, line 154</span>
750
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">ppr?</span>
751
+ <span class="ruby-identifier">rec</span>.<span class="ruby-identifier">to_i</span> <span class="ruby-operator">==</span> <span class="ruby-value">1</span>
752
+ <span class="ruby-keyword">end</span></pre>
753
+ </div>
754
+
755
+ </div>
756
+
757
+
758
+
759
+
760
+ </div>
761
+
762
+
763
+ <div id="method-i-standard-3F" class="method-detail ">
764
+
765
+ <div class="method-heading">
766
+ <span class="method-name">standard?</span><span
767
+ class="method-args">()</span>
768
+
769
+ <span class="method-click-advice">click to toggle source</span>
770
+
771
+ </div>
772
+
773
+
774
+ <div class="method-description">
775
+
776
+ <p>@return [Boolean] If league uses Standard (0 PPR) scoring</p>
777
+
778
+
779
+
780
+
781
+ <div class="method-source-code" id="standard-3F-source">
782
+ <pre><span class="ruby-comment"># File lib/sleeper_rb/resources/league/scoring_settings.rb, line 166</span>
783
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">standard?</span>
784
+ <span class="ruby-identifier">rec</span>.<span class="ruby-identifier">zero?</span>
785
+ <span class="ruby-keyword">end</span></pre>
786
+ </div>
787
+
788
+ </div>
789
+
790
+
791
+
792
+
793
+ </div>
794
+
795
+
796
+ </section>
797
+
798
+ </section>
799
+
800
+ </main>
801
+
802
+
803
+ <footer id="validator-badges" role="contentinfo">
804
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
805
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
806
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
807
+ </footer>
808
+