Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 462 Bytes

File metadata and controls

18 lines (12 loc) · 462 Bytes

Freeclimb::Reject

Properties

Name Type Description Notes
reason String Reason for the rejection. This can be any string value. In general, applications should use a set of enumerated values that are predefined to cover all exit points of the call flows for the given application. [optional]

Example

require 'freeclimb'

instance = Freeclimb::Reject.new(
  reason: null
)