I hereby claim:
- I am samjewell on github.
- I am samjewell (https://keybase.io/samjewell) on keybase.
- I have a public key ASDLkmxfxkUJvZxHwwSEv7ifCiXJ3LmnQIXc5Uxte2RTLQo
To claim this, I am signing this object:
| { | |
| "attributions": [ | |
| { | |
| "monthISO": "2023-07", | |
| "monthString": "July", | |
| "application": "marketing_site", | |
| "region": "EMEA", | |
| "billableSeries": 40, | |
| "dollarCost": 4 | |
| }, |
| { | |
| "attributions": [ | |
| { | |
| "monthISO": "2023-07", | |
| "monthString": "July", | |
| "team": "coffee", | |
| "grafanaProduct": "metrics", | |
| "billableSeries": 40, | |
| "dollarCost": 4 | |
| }, |
| [ | |
| { | |
| "month (ISO)": "2023-07", | |
| "month (string)": "July", | |
| "team": "coffee", | |
| "Grafana Product": "metrics", | |
| "Dollars due": 4 | |
| }, | |
| { | |
| "month (ISO)": "2023-07", |
| application_id | school_id | |
|---|---|---|
| 1 | 1 | |
| 3 | 2 | |
| 3 | 1 | |
| 3 | 1 |
I hereby claim:
To claim this, I am signing this object:
| {"Members":{"MemberInfo":[{"AcceptsTransfer":"true","Address1":"1 South Ave","Address2":"","ArtsSupplement":"0","CAEssayReqdFY":"true","CAEssayReqdTR":"false","City":"Garden City","ClientId":"11","CommonAppOnly":"false","ContactEmail":"[email protected]","CounselorEvalReqd":"true","Country":"USA","EarlyDecisionAgreement":null,"Fax":"","InfoLink":"http://admissions.adelphi.edu/freshman/","MaxTeacherEvalNum":"4","MemberType":"1","Name":"Adelphi University","Phone":"(516) 877-3050","Platform":"Custom","State":"NY","TeacherEvalNum":"0","Website":"http://www.adelphi.edu/","Zip":"11530"},{"AcceptsTransfer":"true","Address1":"141 East College Avenue","Address2":"","ArtsSupplement":"0","CAEssayReqdFY":"true","CAEssayReqdTR":"true","City":"Decatur","ClientId":"12","CommonAppOnly":"true","ContactEmail":"[email protected]","CounselorEvalReqd":"true","Country":"USA","EarlyDecisionAgreement":null,"Fax":"404-471-6414","InfoLink":"http://www.agnesscott.edu/admission/high-school-students/index.html","MaxTeacherEv |
| AllCops: | |
| … | |
| TargetRailsVersion: 5.0 | |
| # TODO: Remove these rules | |
| Rails/ApplicationRecord: | |
| Enabled: false | |
| Rails/ApplicationJob: | |
| Enabled: false | |
| Rails/HttpPositionalArguments: |
| class ApplicationJob < ActiveJob::Base | |
| end |
| class ApplicationRecord < ActiveRecord::Base | |
| self.abstract_class = true | |
| end |