module PushToSNS::Messages
Constants
- DEVICES_METHOD_NOT_IMPLEMENTED
- NOTIFICATION_METHOD_NOT_IMPLEMENTED
- READ_DEVICE_TOKEN_NOT_IMPLEMENTED
- READ_ENDPOINT_ARN_NOT_IMPLEMENTED
- READ_IOS_APNS_NOT_IMPLEMENTED
- READ_PLATFORM_ARN_NOT_IMPLEMENTED
- READ_SOURCE_NOT_IMPLEMENTED
- SAVE_ENDPOINT_ARN_NOT_IMPLEMENTED
Public Class Methods
not_implemented_config(method_name, &message)
click to toggle source
# File lib/push_to_sns/messages.rb, line 3 def self.not_implemented_config(method_name, &message) "Not Implemented Configuration `#{method_name.to_s}`: #{message.call}" end
not_implemented_method(method_name, &message)
click to toggle source
# File lib/push_to_sns/messages.rb, line 7 def self.not_implemented_method(method_name, &message) "Not Implemented Method `#{method_name.to_s}`: #{message.call}" end