Class: Seam::Resources::UnmanagedAccessCode::Warnings::DelayInIssuing

Inherits:
Warnings
  • Object
show all
Defined in:
lib/seam/resources/unmanaged_access_code.rb

Overview

Seam has not yet issued this access code, even though its start time is approaching, so access may not be ready when the recipient arrives. Seam is still attempting to issue it, and this warning clears automatically once issuance succeeds.

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#messageString

Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.

Returns:

  • (String)


705
706
707
# File 'lib/seam/resources/unmanaged_access_code.rb', line 705

def message
  @message
end

#warning_codeString

Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. Known values:

  • delay_in_issuing

Returns:

  • (String)


710
711
712
# File 'lib/seam/resources/unmanaged_access_code.rb', line 710

def warning_code
  @warning_code
end

Instance Method Details

#created_atTime?

Date and time at which Seam created the warning.

Returns:

  • (Time, nil)


713
# File 'lib/seam/resources/unmanaged_access_code.rb', line 713

date_accessor :created_at