Sha256: a01e20d2bda805ec063b0b62f4472573a905683679ddfcfbb7769cb43f39fe75
Contents?: true
Size: 575 Bytes
Versions: 1
Compression:
Stored size: 575 Bytes
Contents
# Sample Data Dump This gem provides: - Use cases for sample data dump utility - Persistence interface for sample data dump utility ## Usage 1. Create a class that implements the persistence interface. 2. Pass it to the appropriate use case. 3. Use the result to take your next action. ``` SampleDataDump::UseCases::ActorDownloadsSampleDataFiles.new(persistence).result ``` ## Installation Add this line to your application's Gemfile: ```ruby gem 'sample_data_dump', git: 'git@github.com:tricycle/sample_data_dump.git' ``` And then execute: $ bundle install
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sample_data_dump-0.0.1 | README.md |