class Onesky::Errors::OneskyError

Attributes

response[RW]

Public Class Methods

new(resp) click to toggle source
# File lib/onesky/errors.rb, line 6
def initialize(resp)
  @response = resp
end