Skip to content

Commit

Permalink
added download_file accessor for batch status. bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eberquist committed Jun 7, 2022
1 parent 385b410 commit d49b6d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
emailable (4.0.0)
emailable (4.0.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/emailable/resources/batch_status.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Emailable
class BatchStatus < APIResource
attr_accessor :emails, :id, :message, :reason_counts, :total_counts,
:processed, :total
:processed, :total, :download_file

def complete?
message.include?('completed')
Expand Down
2 changes: 1 addition & 1 deletion lib/emailable/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Emailable
VERSION = '4.0.0'
VERSION = '4.0.1'
end

0 comments on commit d49b6d8

Please sign in to comment.