Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 261 Bytes

File metadata and controls

18 lines (12 loc) · 261 Bytes

Unifapi::ErrorResponse

Properties

Name Type Description Notes
error Error

Example

require 'unifapi'

instance = Unifapi::ErrorResponse.new(
  error: null
)