Module: Hackle::WorkspaceFetcher
- Included in:
- PollingWorkspaceFetcher
- Defined in:
- lib/hackle/internal/workspace/workspace_fetcher.rb
Instance Method Summary collapse
Instance Method Details
#fetch ⇒ Workspace?
6 7 |
# File 'lib/hackle/internal/workspace/workspace_fetcher.rb', line 6 def fetch end |
#resume ⇒ Object
15 16 |
# File 'lib/hackle/internal/workspace/workspace_fetcher.rb', line 15 def resume end |
#start ⇒ Object
9 10 |
# File 'lib/hackle/internal/workspace/workspace_fetcher.rb', line 9 def start end |
#stop ⇒ Object
12 13 |
# File 'lib/hackle/internal/workspace/workspace_fetcher.rb', line 12 def stop end |