Class: GithubEventsExport::Export
- Inherits:
-
Object
- Object
- GithubEventsExport::Export
- Defined in:
- lib/github_events_export/export.rb
Overview
Save each Event to disk
Instance Method Summary collapse
-
#initialize(client) ⇒ Export
constructor
A new instance of Export.
- #run ⇒ Object
Constructor Details
#initialize(client) ⇒ Export
Returns a new instance of Export.
6 7 8 |
# File 'lib/github_events_export/export.rb', line 6 def initialize(client) @client = client end |