class Pushing::Adapters::AndpushAdapter::FcmResponse

Public Instance Methods

code() click to toggle source
# File lib/pushing/adapters/fcm/andpush_adapter.rb, line 35
def code
  __getobj__.code.to_i
end
headers() click to toggle source
# File lib/pushing/adapters/fcm/andpush_adapter.rb, line 39
def headers
  __getobj__.headers.transform_values {|value| value.join(", ") }
end
json() click to toggle source
# File lib/pushing/adapters/fcm/andpush_adapter.rb, line 31
def json
  @json ||= __getobj__.json
end