Sha256: 5bdaf3179a5ef58419b6fe8655007c485b3ef3b4763ffa15e88ff940323cd836

Contents?: true

Size: 589 Bytes

Versions: 8

Compression:

Stored size: 589 Bytes

Contents

PushToSNS.configure do
  read_device_token { |device| fail PushToSNS::Messages::READ_DEVICE_TOKEN_NOT_IMPLEMENTED }
  read_source { |device| fail PushToSNS::Messages::READ_SOURCE_NOT_IMPLEMENTED }
  read_endpoint_arn { |device| fail PushToSNS::Messages::READ_ENDPOINT_ARN_NOT_IMPLEMENTED }
  read_platform_arn { |device| fail PushToSNS::Messages::READ_PLATFORM_ARN_NOT_IMPLEMENTED }
  read_ios_apns { |device| fail PushToSNS::Messages::READ_IOS_APNS_NOT_IMPLEMENTED }

  save_endpoint_arn do |device, endpoint_arn|
    fail PushToSNS::Messages::SAVE_ENDPOINT_ARN_NOT_IMPLEMENTED
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
push_to_sns-0.6.0 lib/rails/generators/push_to_sns/templates/config/initializers/push_to_sns.rb
push_to_sns-0.5.0 lib/rails/generators/push_to_sns/templates/config/initializers/push_to_sns.rb
push_to_sns-0.4.1 lib/rails/generators/push_to_sns/templates/config/initializers/push_to_sns.rb
push_to_sns-0.4.0 lib/rails/generators/push_to_sns/templates/config/initializers/push_to_sns.rb
push_to_sns-0.3.3 lib/rails/generators/push_to_sns/templates/config/initializers/push_to_sns.rb
push_to_sns-0.3.2 lib/rails/generators/push_to_sns/templates/config/initializers/push_to_sns.rb
push_to_sns-0.3.1 lib/rails/generators/push_to_sns/templates/config/initializers/push_to_sns.rb
push_to_sns-0.3.0 lib/rails/generators/push_to_sns/templates/config/initializers/push_to_sns.rb