Class: Wor::Push::Notifications::Aws::AndroidPushJsonBuilder

Inherits:
Object
  • Object
show all
Defined in:
lib/wor/push/notifications/aws/android_push_json_builder.rb

Class Method Summary collapse

Class Method Details

.build_json(message_content) ⇒ Object



7
8
9
# File 'lib/wor/push/notifications/aws/android_push_json_builder.rb', line 7

def build_json(message_content)
  { GCM: { data: message_content }.to_json }
end