class GoogleMaps::Services::Exceptions::APIError

Represents an error raised by the remote API.

Attributes

status[RW]

@return [Symbol] The response status code.

Public Class Methods

new(status) click to toggle source
# File lib/googlemaps/services/exceptions.rb, line 13
def initialize(status)
  self.status = status
end