Class: ExpoNotifier::Request::GetPushNotificationReceipts

Inherits:
Base
  • Object
show all
Defined in:
lib/expo_notifier/request/get_push_notification_receipts.rb

Constant Summary collapse

RequestBody =
type_member(:out) { { fixed: Mapper::PushReceiptIds } }
ResponseBody =
type_member(:out) { { fixed: Mapper::PushReceipts } }

Constants inherited from Base

Base::BASE_HEADERS, Base::BASE_URL, Base::GZIP_MIN_SIZE, Base::Generic, Base::OPEN_TIMEOUT, Base::READ_TIMEOUT, Base::WRITE_TIMEOUT

Instance Attribute Summary

Attributes inherited from Base

#body, #response, #url

Method Summary

Methods inherited from Base

#body_to_send, #compress_body?, #execute, #headers, #initialize, #name, #raw_body

Constructor Details

This class inherits a constructor from ExpoNotifier::Request::Base