Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 437 Bytes

File metadata and controls

24 lines (18 loc) · 437 Bytes

Freeclimb::PlatformError

Properties

Name Type Description Notes
code Integer [optional]
call String [optional]
url String [optional]
details Object [optional]

Example

require 'freeclimb'

instance = Freeclimb::PlatformError.new(
  code: null,
  call: null,
  url: null,
  details: null
)