class Pushing::Adapters::ApnoticAdapter::ApnResponse
Public Instance Methods
code()
click to toggle source
# File lib/pushing/adapters/apn/apnotic_adapter.rb, line 83 def code __getobj__.status.to_i end
Also aliased as: status
json()
click to toggle source
# File lib/pushing/adapters/apn/apnotic_adapter.rb, line 88 def json @json ||= __getobj__.body.symbolize_keys if !__getobj__.body.empty? end
Also aliased as: body