Class: TableSync::Publishing::Raw

Inherits:
Object
  • Object
show all
Includes:
Utils::RequiredValidator, Tainbox
Defined in:
lib/table_sync/publishing/raw.rb

Instance Method Summary collapse

Methods included from Utils::RequiredValidator

included

Instance Method Details

#messageObject



23
24
25
# File 'lib/table_sync/publishing/raw.rb', line 23

def message
  TableSync::Publishing::Message::Raw.new(attributes)
end

#publish_nowObject



19
20
21
# File 'lib/table_sync/publishing/raw.rb', line 19

def publish_now
  message.publish
end