class Weathercom::Client::ApiError

Attributes

status[R]

Public Class Methods

new(message, status: nil) click to toggle source
Calls superclass method
# File lib/weathercom/client.rb, line 5
def initialize(message, status: nil)
  super(message)
  @status = status
end