Class: OpenApiSDK::Shared::ForbiddenError

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/open_api_sdk/models/shared/forbidden_error.rb

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(code: nil, message: nil, doc_url: nil) ⇒ ForbiddenError

Returns a new instance of ForbiddenError.



23
24
25
26
27
# File 'lib/open_api_sdk/models/shared/forbidden_error.rb', line 23

def initialize(code: nil, message: nil, doc_url: nil)
  @code = code
  @message = message
  @doc_url = doc_url
end