Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 379 Bytes

ApiErrorNotAllowed.md

File metadata and controls

22 lines (16 loc) · 379 Bytes

LagoAPI::ApiErrorNotAllowed

Properties

Name Type Description Notes
status Integer
error String
code String

Example

require 'lago_ruby'

instance = LagoAPI::ApiErrorNotAllowed.new(
  status: 405,
  error: Method Not Allowed,
  code: not_allowed
)