Method: Unipush::Android_push#get_last_error

Defined in:
lib/unipush.rb

#get_last_errorObject



238
239
240
# File 'lib/unipush.rb', line 238

def get_last_error
  @last_error.empty? ? false : @last_error
end