Class: TableSync::Publishing::Batch
- Inherits:
-
Object
- Object
- TableSync::Publishing::Batch
- Includes:
- Tainbox
- Defined in:
- lib/table_sync/publishing/batch.rb
Direct Known Subclasses
Instance Method Summary collapse
- #message ⇒ Object
- #publish_later ⇒ Object (also: #publish_async)
- #publish_now ⇒ Object
Instance Method Details
#message ⇒ Object
22 23 24 |
# File 'lib/table_sync/publishing/batch.rb', line 22 def TableSync::Publishing::Message::Batch.new(attributes) end |
#publish_later ⇒ Object Also known as: publish_async
14 15 16 |
# File 'lib/table_sync/publishing/batch.rb', line 14 def publish_later job.perform_later(job_attributes) end |
#publish_now ⇒ Object
18 19 20 |
# File 'lib/table_sync/publishing/batch.rb', line 18 def publish_now .publish end |